Homework could have been so much easier if only it could be submitted as a typed copy.
Using Alex Graves' paper on handwriting generation is a step I liked.
This script uses his amazing paper (actually the free service he has set up online) to
generate handwritten homework for given text.
- Create a plaintext file with no more than 100 chars on each line.(we call it sample.txt)
- Navigate to the folder with the script.
mkdir images pages
python get_hand.py sample.txt
python make_page.py
python blue_page.py
The paper
The man behind it all. Alex Graves
What I am using