YourAKShaw / text-to-handwriting-script

This repo contains a few scripts that automate the usage of an app that converts text to handwriting!
https://saurabhdaware.github.io/text-to-handwriting/
MIT License
10 stars 1 forks source link

Need a script that'll convert a big text file to handwriting PDF #1

Open YourAKShaw opened 3 years ago

YourAKShaw commented 3 years ago

As the title has already said it, it's the main want and need of the hour to make this repo complete in its bare minimum!

I've been trying to work on a script that'll convert a text file which has a lot of text, like a story, etc., to PDF.

If we get a script like this, then we won't even have to leave the CLI to generate the required PDF or images for a big assignment, etc. !!

I'm still working on this.

Help will be appreciated and suggestions are always welcome.

soumya997 commented 3 years ago

Any resource that you found useful, for doing this?

YourAKShaw commented 3 years ago

No luck yet.

There are tons of resources for Selenium using Python out there though.

soumya997 commented 3 years ago

https://github.com/sharanya02/Text-file-to-handwritten-pdf-file You can check out this repo for reference, long time ago I forked it. It's in Python

YourAKShaw commented 3 years ago

Actually I referred to it 2 days ago, but encountered a runtime error.

I made an issue on the same day: https://github.com/sharanya02/Text-file-to-handwritten-pdf-file/issues/23

Plus, I tried to search for more repositories. My main need was that I wanted to convert text to handwriting using the command line. I went through this source code -> https://github.com/saurabhdaware/text-to-handwriting, plus also discussed with @saurabhdaware on Twitter, and got to know that what he built uses a library html2canvas which is heavily browser based, so there was no real way of using the command line to generate the result using his code. Even he suggested to use Selenium automation. I further added a code that hides the browser preview during the automation, which further gives the feel as if the task is being taken care of using the command line alone.

My main reason for using his app is that it's the best one I've seen!

soumya997 commented 3 years ago

https://github.com/theSage21/handwritten https://github.com/bannyvishwas2020/MyHandWriting https://github.com/pnshiralkar/text-to-handwriting https://github.com/CT83/handwriting-synthesis

YourAKShaw commented 3 years ago

Cool. I'll take a look in 'em. Thanks!

kshgr commented 3 years ago

Hey, although i am not a seasoned pythonist i would like to contribute to this. is it still open ?

YourAKShaw commented 3 years ago

@kshgr Yes it is! Contributors are always welcome!

Would you like me to assign it to you?