Skip to content

Commit d20fa3b

Browse files
authored
text to handwitten notes program
Merge my PR for a cookie lol!
1 parent ada03d5 commit d20fa3b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

TEXTtoHANDWRITTEN.py

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#we will be using pywhatkit to make our task simplier
2+
3+
import pywhatkit
4+
5+
pywhatkit.text_to_handwriting('''The text you wanna covert to handwritten notes''')
6+
7+
#For an example i am taking
8+
9+
import pywhatkit
10+
pywhatkit.text_to_handwriting('''Learning Python from the basics is extremely important. Before starting to learn python,understanding a base language like c is a must and some of the oops concepts.Python program has many modulesand packages, which helps with efficient programming.Understanding these modules and 1proper usage of many syntax and libraries is recommended.In this article, a few modules and packages are used in the program. Python includes tons of libraries and some of them are quiet intresting''')

0 commit comments

Comments
 (0)