Skip to content

Releases: CRTC-Computer-Engineering/CRTC-Python-Examples

ImageToCodeHS-Joe

14 Nov 14:04
Compare
Choose a tag to compare

The latest release, see other releases for instruction.
Use the new requirements.txt to install
py -m pip install -r requirements.txt

ImageToCodeHS-Joe

13 Nov 23:38
Compare
Choose a tag to compare

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!
68798096-c95a9400-0623-11ea-90b6-6c8e575e62d3 1

ImageToCodeHS-Joe

15 Nov 15:30
Compare
Choose a tag to compare

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

13 Nov 19:43
Compare
Choose a tag to compare

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