Metadata-Version: 2.4
Name: colerminal
Version: 0.1.1
Summary: A simple color printing libary. Read README.md for usage.
Author: Amaan Syed
Author-email: amaancal3@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

Amaan's mini library for printing colored text

If you want to print any text, use the following syntax:

        import colerminal.color as c

        print(c.color("Some Text", "color"))

**Only colors supported are:
 - black

 - red

 - green

 - yellow

 - blue

 - magenta

 - cyan

 - white
