Skip to content

Commit a24e689

Browse files
authoredNov 22, 2021
Update README.md
1 parent ce712e0 commit a24e689

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed
 

‎README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@
33
In this project we'll use python library that's "pywhatkit" for converting text to handwriting. this small project you will know how python convert text to handwriting in image format.
44

55
## Explanation
6-
#### Step 1
7-
- Install Python Library using Cammand Promt `pip install pywhatkit`
8-
#### Step 2
9-
-
10-
- Step 3
6+
- Install Python Library using Cammand Promt `pip install pywhatkit` or [Download](https://pypi.org/project/pywhatkit/)
7+
- Import the Module using import keyword
8+
- Initilizing the text using variable, also you can add text via user input and pdf file format.
9+
- Using pywhatkit function that is `text_to_handwriting()`
10+
- Passing three parameter inside the function
11+
1. Text file
12+
2. Handwritten text image file format
13+
3. Text Color in RGB format
14+
15+
- Example: `pw.text_to_handwriting(txt,"img1.png",[0,0,138])`
16+
17+
NOTE: If you Don't pass the image file format & text color `pywhatkit` default name & color save.
18+
1119

1220
## Demo
1321
<img src="text_to_handwrting.png">

0 commit comments

Comments
 (0)
Please sign in to comment.