Skip to content

Commit ccca34d

Browse files
authored
Some Changes in Code
1 parent 754e2f7 commit ccca34d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Convert Text to Handwriting.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Author: Abdul Raza
2+
# Version: 0.1
3+
# Date: 22th November 2021
14
import pywhatkit as pw
25
txt =""" What is Lorem Ipsum?
36
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
@@ -9,4 +12,4 @@
912

1013
# pw.text_to_handwriting(txt,"img1.png",[0,0,138])
1114
pw.text_to_handwriting(txt)
12-
print("END")
15+
print("END")

0 commit comments

Comments
 (0)