text to handwriting converter
Convert text to your own hand written text. Easy and time saving.
Either install from requirements.txt
pip install -r requirements.txt
OR
Install these two modules
pip install Pillow
pip install pygame
1. Create your own letter set using MakeSet.py
2. Better GUI
3. All symbols included
4. No limit on letter sets
Run MakeSet.py to make your own letter sets.
pythonw MakeSet.py
Paste the below text into "content.txt" as an example.
plain text is by default in blue color
#enclosing text between two hashes will make it black#
$ having a dollar symbol doesn't strip leading white spaces
$ #can also combine the dollar and hash to get indented text in black color#
run the below command to generate page.html file that contains the generated handwritten text.
pythonw writer.py
Bug Boy – @bugboy404 – banny.swan@gmail.com
https://github.com/bannyvishwas2020
- Fork it (https://github.com/bannyvishwas2020/MyhandWriting/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.