Skip to content

Official first release

Compare
Choose a tag to compare
@ProfOak ProfOak released this 11 Jul 03:58
· 33 commits to master since this release

Ascii py

Create ascii image files out of pictures

What's in this release?

  • main.py - command line utility
    • -o / --out - Save as a specific filename
    • -w / --words - Draw the new picture with specific words
    • -s / --step - Chose the distance between characters
  • main-gui.py - graphical utility
    • All of the command line flags are also contained in the GUI
    • To use the GUI please install PySide (see readme)