Skip to content

You can convert text/word word file to your handwriting. The results are indistinguishable from original handwritting.

Notifications You must be signed in to change notification settings

PatilHrushikesh/textToHandwritten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textToHandwritten

Convert text into handwriting

Install PILLOW Library first using either of following two:

pip install Pillow

If you have Pythons installed and want to install this for Python3:

python3 -m pip install Pillow

Change the path format to backslash in maincode.py if you are using Linux (Currently works for Windows)

Procedure to use

  1. Put the content you want to be handwritten in MyText file.

  2. Follow formating rule as given below to format Output.(check MyText file as well)

    a. Use # to switch to the new line

    b. Use ^^ to align the text to centre(Applies to the whole line)

    c. Use -> for Tab(You can't use multiple spaces as this is whitespace collapsing)

  3. Run the maincode.py

  4. Output will be generated in final directory with name done1.png or done2.png...etc.

I have added few alphabets only. You can add your alphabets using following method.

  • If you want to add more alphabets follow following procedure for each alphabet.

    a. Write alphabet on plain white paper(with black pen).

    b. Capture a photo with high quality camera.

    c. Crop the letter as close as possible from all sides.

    d. Remove white background using any background remover tool. link

    e. Resize the image and set its height to 160px maintaining the ratio. link

    f. Suppose if the alphabet is capital 'A' save image as ca.png

    g. else save it as a.png

    h. If it is any special symbol follow convention from the maincode.py function getname()

> Refer the myfont directory for more help

Updates

  1. Need help to add tables in Output

About

You can convert text/word word file to your handwriting. The results are indistinguishable from original handwritting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages