Metadata-Version: 2.4
Name: chromades
Version: 0.1.0
Summary: A cool terminal graphics module with progress bars and colors
Author: Cipherix
Author-email: 
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
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Chromades

**Chromades** is a cool terminal graphics module for Python that provides:

- Colorful terminal messages (warning, success, info)
- Fancy progress bars
- Spinners and other terminal UI elements

## Installation

```bash
pip install chromades
