Skip to content

Jongerr/imgscii

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imgscii

Imgscii is a simple program that converts images into ASCII artwork. Follow the prompts and your ASCII art will be printed to your console. I plan on adding more features and improvements in the future.

Requirements

This program uses the Pillow package to process images and colorama package to print to the console in color. Install them from PIP and you're good to go.

pip install Pillow
pip install colorama

Usage

Imgscii is run from the console. Use cd to navigate to the directory containing imgscii.pyand run the program with the following command:

python imgscii.py

To-Dos

  • Add more options for printing
  • Restructure the code into an actual package
  • Create more ASCII artwork

About

Create ASCII artwork from images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%