jdmorise / TTF2BMH

A conversion tool for Truetype Fonts to bitmap C header files for any character and for use with monochrome LCD or OLED displays
GNU General Public License v3.0
31 stars 10 forks source link

requirements.txt would be nice #2

Open unre4l opened 3 years ago

unre4l commented 3 years ago

Good for version locking and PIL refers to the Pillow package... small pain points while trying out your tool 😉

jdmorise commented 3 years ago

Thanks for the feedback, can be added, and I will add the versions also in the Readme.

Did you find a newer python or pillow version which does not work ?

unre4l commented 3 years ago

All good here (python 3.8.8 and pillow 8.2.0)! Just my learnings from other projects. You never know when dependencies depracte stuff in the future.