Skip to content

A lazy implementation of "computer-generated" handwriting for y'all lazy peeps!

Notifications You must be signed in to change notification settings

hfrk/handwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handwriter

A lazy implementation of "computer-generated" handwriting for y'all lazy peeps!

How to use

Too lazy to handwrite tens of pages of lab reports? Open your Python interpreter and write the following:

...
import handwriter

page = Page(WIDTH, HEIGHT, PAGE_MARGIN)
page.extract('YOUR-SAMPLE-HANDWRITING.jpg')
...
with open('YOUR-TXT-FILE.txt') as f:
    page.draw(f.read(), FONT_SIZE, COLOR)
page.save()

...and voila! You just wrote yourself a page of your lab report!

Features

(more features are still under development)

About

A lazy implementation of "computer-generated" handwriting for y'all lazy peeps!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages