Metadata-Version: 2.1
Name: super-colored-print
Version: 0.0.3
Summary: Um pacote para facilitar a impressão de textos coloridos
Home-page: https://github.com/vitorStein/super-print-package
Author: Victor Stein
Author-email: victor.stein@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Super Print

Repositório para estudo de criação e publicação de pacote Python.

## Installation

Use o [pip](https://pip.pypa.io/en/stable/) para instalar o pacote

```bash
pip install super-colored-print
```

## Usage

```python
from super_colored_print import colored_print
colored_print.colored_print("Hello World!", "red")
```

## Author
Victor Stein

## License
[MIT](https://choosealicense.com/licenses/mit/)

