# 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's 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/)