Metadata-Version: 2.4
Name: py-colorprint-cg
Version: 0.3.3
Home-page: https://github.com/CoolGuy158-Git/colorprint
Author: CoolGuy158-Git
License: MIT
Keywords: terminal color print ANSI style
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-python

# colorprint

Tired of your terminal projects looking meh???

**WANT TO PRINT COLORFULLY?**

Look no further — colorprint has your back!

It offers:

* Colors
* Styles
* Bold/underline support
* Fun, eye-catching terminal output!

## Usage

```python
from colorprint import cprint
cprint("Hello World", cstyle="RED+BOLD")
cprint("Fancy text", cstyle="BLUE+UNDERLINE+ITALIC")
cprint("Default text")
cprint("Danger!", cstyle="RED+STRIKETHROUGH+BOLD")
cprint("Highlight!", "RED+BG_YELLOW+BOLD")
```

## License

**MIT License** — Feel free to copy and modify the code.

*Copyright 2025 CoolGuy158-Git*
