Skip to content

Jatinchhabra21/terminartor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminartor

Terminartor is a command line tool designed to generate terminal art from images. It converts images into ASCII art that can be displayed directly in the terminal. The tool requires two mandatory options: -p or --path to specify the image path (absolute), and -s or --scale to scale the image before converting it to ASCII art.

Installation

Linux/MacOS

  • Download the binary file from release page.
  • Move binary to /usr/local/bin or equivalent path which stores user programs (programs not managed by) (for linux/macOS users) distributions.

Windows

Windows users may want to convert binary file to executeables (.exe) and add it to a directory which is part of path environment variable.

Usage

Terminartor requires two options: -p or --path to specify the image file path and -s or --scale to define the scaling factor.

Help

terminartor -h

Options

  • -p, --path: Path to the image file (mandatory).
  • -s, --scale: Scaling factor to resize the image before converting to ASCII art (mandatory).

Example

terminartor -p /path/to/img -s 25

Output

image after |

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.


Enjoy creating terminal art with Terminartor!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages