DEV Community

Abhijeet Sharma
Abhijeet Sharma

Posted on

TEXT-TO-HANDWRITING USING PYTHON

Hello, guys in this post we are going to explore how to convert text into handwriting and how to save it in any format.

so let's start, we need to download one python module named "pywhatkit".

STEP 1: installation of module pywhatkit.
you just have to run this command in your system command prompt(or terminal).
Alt Text

STEP 2: Now after you have successfully installed this module in your system then you have to import it into your code.
Alt Text

STEP 3: Now it's time to use the method text_to_handwriting().
you have to pass 3 pieces of information (arguments) to this method:
1. Text you want to convert in handwriting.
2. path where you want to save this file.
3. color of the text in rgb format as tuple.

Alt Text

an important point to remember: you have to use a double forward slash or backward slash(\\ or //) according to your device while defining the path as you can see in the above picture.

And now you can check your directory which you passed as an argument in the method, you will get your file there.

Alt Text

Hope this post has helped you.
thankyou.

Top comments (2)

Collapse
 
arwazkhan189 profile image
Arwaz Khan

Nice 🔥

Collapse
 
abhijeetsharma20 profile image
Abhijeet Sharma

Thanks @arwazkhan189