Handwriting with Python
Python Program that lets you write in your handwriting! Inspired by: thaisribeiro.in
How to run?
- Install Unidecode and Pillow libraries
pip install unidecode
pip install pillow
- Unzip "hand_fonts" into a folder with same name
- Run the program!
How to do it with my own handwriting?
- Write ASCII symbols from 32 to 126 on a blank paper
- Take a picture of it and upload it into your computer
- Cut each symbol and name it as the ASCII equivalent (ex.: 32.jpg)
- Replace the images in "hand_fonts" folder
- Voilá! Now you have your own handwriting in your computer!