Skip to content

Releases: ProfOak/ascii_py

2.0

27 Nov 07:14
Compare
Choose a tag to compare
  • Remove the GUI component because PySide is no longer supported by Python versions greater than 3.5
  • The code is more organized and easier to understand.

pypi release

31 May 01:45
Compare
Choose a tag to compare

In this release

  • Added setup.py for easy dependency resolution and pypi support.
    • Restructured the directories to reflect this.
    • You can now download the project from pypi. python3 -m pip install ascii_py
  • Fixed a bug where ascii py didn't properly handle PIL.Image.getpixel() return values.

Spread your wings release

14 May 04:58
Compare
Choose a tag to compare

I have received a few patches from a couple of people and their code has made their way into my silly little script. Thank you to @Gnoxter and @abhikpal and to everyone in their continued interest in my ascii_py!

What's new?

New flags

  • -d --density
    • Make colorful traditional ascii art as an image
  • -t --terminal
    • Make colorful traditional ascii art in your terminal

I also added a Windows executable, compiled using Pyinstaller, for my Windows friends who don't want to go through the steps of installing everything.

Official first release

11 Jul 03:58
Compare
Choose a tag to compare

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)