Skip to content

ImageToCodeHS-Joe

Compare
Choose a tag to compare
@KenwoodFox KenwoodFox released this 13 Nov 19:43
· 6 commits to master since this release

I wrote this software to write itself!
For basic use: Download the .py file below
Select a png image of width 400 (its ok if the height is not 400) and name the file image.png
put both files in the same folder
run the program
requires: PIL and numpy
py -m pip install PIL
py -m pip install numpy
Have fun!
unknown