Skip to content

zahash/handwriter

Repository files navigation

HandWriter

Text to Handwriting converter

License: AGPL v3

A simple Python program that takes the text inside a .txt file and converts it into handwritten .pdf file

header.png

Installation

First, Download and Install wkhtmltopdf

then, pip install this repo. (Note: Incompatible with Python 2.x)

pip3 install git+https://github.com/zahash/handwriter.git

(or)

pip install git+https://github.com/zahash/handwriter.git

Usage example

To get help with commandline arguments

python3 -m handwriter --help

Using Command-line Arguments

python3 -m handwriter -i "some/folder/mytext.txt" -o "other/folder/myoutput.pdf" -s "set1"

Development setup

This project uses pytest. Clone this repo and install packages listed in requirements.dev.txt

pip3 install -r requirements.dev.txt

Meta

M. Zahash – zahash.z@gmail.com

Distributed under the AGPLv3 license. See LICENSE for more information.

https://github.com/zahash/

Contributing

  1. Fork it (https://github.com/zahash/handwriter/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

About

Text to Handwriting converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages