Git Product home page Git Product logo

texttohandwritten's Introduction

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

texttohandwritten's People

Contributors

patilhrushikesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.