Small GUI tool to convert your pictures into a colourful HTML
The easiest way is to grab an already built binary from the releases page if there is one for your OS.
To run this program from source you would need pip. Just run:
pip install -r requirements.txt
Run the executable script ./pic_to_html
. This would start the GUI.
Alternatively you can use the converter in the command line directly:
python src/classes/img_to_html.py input.jpg output.html \
--chars-width 150 \
--font-size 10
See --help
for more options.
Elena for calculating the MAGICK constant.