Skip to content

pypi release

Compare
Choose a tag to compare
@ProfOak ProfOak released this 31 May 01:45
· 33 commits to master since this release

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.