- Notifications
You must be signed in to change notification settings - Fork4
So your teacher asked you to upload written assignments? Hate writing assignments? This tool will help you convert your text to handwriting using python
License
Top-Python-Projects/Convert-Text-to-Handwriting
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
https://github.com/Top-Python-Projects/Convert-Text-to-Handwriting
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.I hate writing assignments so I made this tool that converts text to an image that looks like handwriting😛
- Install Python Library using Cammand Promt
pip install pywhatkit
orDownload - Import the Module using import keyword
- Initilizing the text using variable, also you can add text via user input and pdf file format.
- Using pywhatkit function that is
text_to_handwriting()
- Passing three parameter inside the function
- Text file
- Handwritten text image file format
- Text Color in RGB format
- Example:
pw.text_to_handwriting(txt,"img1.png",[0,0,138])
NOTE: If you Don't pass the image file format & text colorpywhatkit
default name & color save.
If you have got an optimized solution to a problem or, lets say, the existing solution is failing on some test cases and you got a working solution, then there is really a high chance of getting you pull request being accepted.Note: If you have got an optimised solution, but the existing solution is also working, then:
- Make another file in the corresponding folder'
- Name it
<problem name in snake case>-<your name in snake case>-Optimized.cpp
. - Generate a pull request and wait.
About
So your teacher asked you to upload written assignments? Hate writing assignments? This tool will help you convert your text to handwriting using python
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.