bannyvishwas / MyHandWriting

Convert text to your own hand writing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyHandWriting

text to handwriting converter

License: MIT

Convert text to your own hand written text. Easy and time saving.

Watch the video

Installation

Either install from requirements.txt

pip install -r requirements.txt

OR

Install these two modules

pip install Pillow
pip install pygame

What's New

1. Create your own letter set using MakeSet.py
2. Better GUI
3. All symbols included
4. No limit on letter sets

Usage example

Run MakeSet.py to make your own letter sets.

pythonw MakeSet.py

Paste the below text into "content.txt" as an example.

plain text is by default in blue color
#enclosing text between two hashes will make it black#
$        having a dollar symbol doesn't strip leading white spaces
$    #can also combine the dollar and hash to get indented text in black color#

run the below command to generate page.html file that contains the generated handwritten text.

pythonw writer.py

Meta

Bug Boy – @bugboy404banny.swan@gmail.com

https://github.com/bannyvishwas2020

Contributing

  1. Fork it (https://github.com/bannyvishwas2020/MyhandWriting/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

About

Convert text to your own hand writing

License:MIT License


Languages

Language:Python 100.0%