Converts text into a PDF of handwritten notes
Explore the docs »
·
Report Bug
·
Request Feature
·
$ git clone https://github.com/YuvrajSingh-16/Text-To-Handwritten-Notes.git
$ cd Text-To-Handwritten-Notes/TTH
$ pip install -r requirements.txt
$ cd Scripts
$ python Writer.py --font FONT_NAME
Note: Change the Variable FONT_NAME to the font you want
Supported Fonts
- Piyush
- Rajat
- Swagat
- UV
Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
All you simply need to do is:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a
Pull Request