Releases: CRTC-Computer-Engineering/CRTC-Python-Examples
ImageToCodeHS-Joe
The latest release, see other releases for instruction.
Use the new requirements.txt
to install
py -m pip install -r requirements.txt
ImageToCodeHS-Joe
The latest release includes:
More comments
MORE COLORS!
Full autogen support
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!
ImageToCodeHS-Joe
Fully functional! To use: Download the convert.py
file below
save yourself an image with a width of 400px (auto-resize soon to come)
name the image image.png
run the software!
The file output.py
is your compiled program
Have fun!
ImageToCodeHS-Joe
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!