|
1 | 1 | # Convert Text-to Handwriting Using Python
|
2 | 2 |
|
3 | 3 | 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.
|
| 4 | +## Demo |
| 5 | +<img src="text_to_handwriting.png"> |
| 6 | + |
| 7 | +## Soruce Code |
| 8 | +- [Download](htt://drive.google.com/file/d/11tllHkU-lsQYFt3DxczoC6eggbsVm9Re/view?usp=sharing) |
| 9 | + |
| 10 | + |
| 11 | +# Contribution Guidelines |
| 12 | + |
| 13 | +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. |
| 14 | +**Note:** If you have got an optimised solution, but the existing solution is also working, then: |
| 15 | +1. Make another file in the corresponding folder' |
| 16 | +2. Name it `<problem name in snake case>-<your name in snake case>-Optimized.cpp`. |
| 17 | +3. Generate a pull request and wait. |
0 commit comments