• Stars
    star
    308
  • Rank 135,175 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Converts a text file to a handwritten pdf file.

Text to Handwriting converter

Convert text files into handwritten PDF


Functionalities

  • Convert a text document (.txt file) into a PDF file with the text content handwritten

Pre-requisites:

 $ pip install -r requirements.txt

Installing required python dependencies

  • Clone this repository onto your system
$ git clone https://github.com/sharanya02/Text-file-to-handwritten-pdf-file
  • Then, create a virtual environment and install the packages from requirements.txt.
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Directions to run

  • Run the following command in the project directory:-
$ python txttohandwriting.py

Demo