Metadata-Version: 2.1
Name: pydomywork
Version: 1.4
Summary: Do you homework with this library. 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
Description: # 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/)
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
