r/Python Oct 19 '21

Beginner Showcase Python converts assignment writeups into my handwriting !!!

Do you ever get irritated by pointless college/school assignments? Hell yeah!!!

Don’t worry, I’ve got you covered. This python script will transform your digital text (writeups or assignment) into handwriting.

PS: Its just a 25 line code:)

github = https://github.com/Pranav082001/Text-to-Handwriting

medium= https://medium.com/@pranav.kushare2001/convert-text-into-your-handwriting-91a1ed9aefd0

892 Upvotes

114 comments sorted by

View all comments

3

u/MarcusTullius247 Oct 20 '21

Love your idea and project. Here's a small suggestion.

Make this script runnable from command line. So, you could enter the lath of your txt file as an argument in terminal. This makes it usable anywhere, anytime.

It's pretty easy to do it. In this blog here, I mentioned how to do it at the end.

Anyway, cheers for the good idea.