Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.13 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.13 KB

Text To Handwritten Notes

Converts text into a PDF of handwritten notes
Explore the docs »

· Report Bug · Request Feature ·

Steps:

$ git clone https://github.com/amogh-w/Text-To-Handwritten-Notes.git
$ cd Text-To-Handwritten-Notes/TTH
$ pip install -r requirements.txt
$ cd Scripts
$ python Writer.py --font FONT_NAME

Working

Note: Change the Variable FONT_NAME to the font you want

Supported Fonts

  • Piyush
  • Rajat
  • Swagat
  • UV

Contributing:

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:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request