Metadata-Version: 2.4
Name: AnsiCoolFORMATING
Version: 0.1.0
Summary: all the ansi colors you need in a simple package
Author-email: Avash <Th3ou1d3x@bloodcircuit.org>
License: MIT
Keywords: traceback,error,debug,custom,fun
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# ANSI-COLORS
## All the ansi colors you need in a simple package
***Here Is An Example :***

```py
from ANSI-COLORS import foregroundColors
print(f"{foregroundColors.GREEN} Hello, World")
```
### This Package's colors can also be used for "customTraceback" Traceback text to add even more flavour into your tracebacks :D
**Have Colorful Time!**
