Handwriting

A web app that generates PDFs that look handwritten - for those times you forgot to do an assignment by hand.

Assignments at college sometimes had to be handwritten. I kept forgetting. So I built a tool that takes typed text and generates a PDF that looks handwritten - with configurable fonts, spacing, and margins. The PDFs are properly structured too, not just image screenshots, so you can still select and copy the text.

Features

The better version that doesn’t exist yet

I built a second version using TensorFlow and a recurrent neural network (Flask + Docker) that generates much more realistic handwriting by learning stroke patterns. It works locally but I can’t deploy Docker/Flask with ML models for free - so the live site still runs the simpler version.

Built with