Metadata-Version: 2.1
Name: colpyt
Version: 0.0.4
Summary: Code With C O L O R S
Project-URL: Homepage, https://github.com/Spelis123/colpyt
Project-URL: Bug Tracker, https://github.com/Spelis123/colpyt/issues
Author-email: Spelis123 <Spelis@duck.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# ColpyIMG <img src="https://github.com/Spelis123/Colpyt/colpyt.png" width="30"/>

### Example:
```python
import colpyt

exampleCode = colpyt.ColpytConvert("example.png")
print(exampleCode.get())
exampleCode.export("example") #filename here is optional and defaults to "pycode"
```