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).
STEP 2: Now after you have successfully installed this module in your system then you have to import it into your code.
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.
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.
Hope this post has helped you.
thankyou.
Top comments (2)
Nice 🔥
Thanks @arwazkhan189