DEV Community

Cover image for I made a Text-to-handwriting tool to write my college assignments for me 🤓
Saurabh Daware 🌻
Saurabh Daware 🌻

Posted on

992 46

Handwriting Generator I made a Text-to-handwriting tool to write my college assignments for me 🤓

Hi everyone, I hope you all are safe and doing fine!

I prefer typing over writing and college told us to write some assignments and I was bored.

So instead of spending 1 hour to write assignments, I spent 3 hours to build a tool that writes assignments for me 🎉. It is called Text-to-handwriting (see... I'm really good at naming my projects)

Text to Handwriting converts text content to an image that looks like handwriting. So this is what the output looks like:

Output

A picture of output from text-to-handwriting that looks very close to the picture taken of handwritten paper

Features

  • Draw diagrams
  • Change font-size, ink color, spacing, etc.
  • Upload font button for custom handwritings (so you can create a font of your handwriting from other online tools and upload the font file)

URLs

Tool

https://saurabhdaware.github.io/text-to-handwriting

GitHub

Do ⭐ the repository

GitHub logo saurabhdaware / text-to-handwriting

So your teacher asked you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting xD




Twitter

Do share it with your twitter fam 🕺🏻


Thank you for reading 🐨🎉 Let me know your thoughts comments.

You can follow me on Twitter @saurabhcodes and on GitHub @saurabhdaware

Bye! stay safe and remember we are going get through this 🌻

Image of Bright Data

Maintain Seamless Data Collection – No more rotating IPs or server bans.

Avoid detection with our dynamic IP solutions. Perfect for continuous data scraping without interruptions.

Avoid Detection

Top comments (61)

Collapse
 
textdecorator profile image
Text Decorator

So cool, thanks 👍

Cursive Like Text Generator

For those who want a simple solution: You can use this Cursive Like Text Generator. fancytextdecorator.com/cursive-lik...

𝓔𝔁𝓪𝓶𝓹𝓵𝒆 𝓒𝓾𝓻𝓼𝓲𝓿𝒆 ℒ𝓲𝓴𝒆 𝓣𝒆𝔁𝓽

Collapse
 
rohansawant profile image
Rohan Sawant

What an awesome project!! 🔥 Loved how easy to use this is!

I made something similar to this before, I tried to use AI to generate human-like handwriting! github.com/CT83/handwriting-synthesis

Collapse
 
muhimen123 profile image
Muhimen

Your handwriting is just awesome!!!

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻

haha but its not really my handwriting in that image. This one is

Collapse
 
muhimen123 profile image
Muhimen

Still, pretty impressive.

Collapse
 
irshadkasana profile image
Irshad Kasana

how to use it

Collapse
 
itszhounen profile image
ItsZhouNen

looks good, but need something to avoid being detected cheating...

my suggestion is that you need to add a randomizer text position, so it looks like a pure handwriting (Especially for the one who had a bad handwriting)

Collapse
 
gotlashivasaiyadav profile image
gotlashivasaiyadav

clc;
clear all;
t=-5:0.001:5;
fm=input('enter the modulating signal Frequency')
%fm=0.2;
x=sin(2*pi*fm*t);
fc=input('enter the carrier signal Frequency')
%fc=4;
y=cos(2*pi*fc*t);
m=input('enter the modulation index');
%m=10;
z=m*x;
s=cos(2*pi*fc*t+z);
subplot(3,1,1)
plot(t,x)
xlabel('time')
ylabel('Amplitude')
title('Modulating signal')
subplot(3,1,2)
plot(t,y)
xlabel('time')
ylabel('Amplitude')
title('Carrier signal')
subplot(3,1,3)
plot(t,s)
xlabel('time')
ylabel('Amplitude')
title('Frequency Modulated signal')

Collapse
 
robole profile image
Rob OLeary

Naughty 😁 I wish my handwriting was that tidy!

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻

haha, in that case, there are options in some 'create font from handwriting' tools to add alternate versions of letters so in the font it switches between the letters randomly. You can create font of your handwriting there and upload the font in my tool.

I know Calligraphr they provide option to switch between letters.

Collapse
 
calrielder profile image
CalRielder

It's hard for me to suggest anything. Although I recently wrote an essay at the university about bikes, I am not a cyclist. I had to turn to essay writing services for help. Fortunately, I found Paperell.com, they have good reviews on social networks httрs://facebook.com/Paperell/ and I decided to follow them. Everything worked out great. I think you can contact them with any topic and they will be able to write, as a review, a small essay with analytics about bikes and accessories for them.

Collapse
 
utkarsh profile image
Utkarsh Talwar

This is unique and quite creative, Saurabh! I'm gonna share this in our Telegram channel: t.me/bestofdev 😃

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻

Thank you so much, Utkarsh :D🎉

Collapse
 
varoman profile image
varo manukyan • Edited

I’d implement some fixed mistakes :D

Collapse
 
mahipalkumawat profile image
Mahipal Kumawat • Edited

sir i made similar one but with better features mahipal123456.github.io/Text-To-Ha...
like complex maths equation and uploading images ,better drawing
Image description
Image description
Image description
Image description
Image description

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay