Metadata-Version: 2.1
Name: pydomywork
Version: 1.3
Summary: This library converts computer characters to handwritten characters.
Home-page: https://github.com/Ankit404butfound//HomeworkMachine
Author: Ankit Raj Mahapatra
Author-email: ankitrajjitendra816@gmail.com
License: MIT
Download-URL: https://github.com/Ankit404butfound/HomeworkMachine/archive/1.0.tar.gz
Keywords: convert_text,img_to_handtxt,download,getimg
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: pytesseract
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: keyboard
Requires-Dist: pillow

# pydomywork

Have to write too many assignments by hand but not have enough time or too lazy to do it, try this library of Python.

## Installation

```bash
pip install pydomywork
```

## Usage

```python
import pydomywork as py

py.convert_text(string,[r,g,b])#Will convert the string to handwritten characters, the characters' color will be in that RGB combination.

py.img_to_handtxt(path[r,g,b])#Will extract the texts from the image in the given path and convert it to handwritten characters.

py.feedback()#Developer contact information.

```

## Source code
https://github.com/Ankit404butfound/HomeworkMachine

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)

