Metadata-Version: 2.1
Name: givecolor
Version: 0.1.1
Summary: Un paquete para imprimir texto de colores en la terminal de Windows
Home-page: https://github.com/JC-Xander/GiveColor
Author: JC-Xander
Author-email: j.xanderoficial@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

```
 █████╗  █████╗ ██╗      █████╗ ██████╗ ███████╗██████╗  ████████╗███████╗██╗  ██╗████████╗
██╔══██╗██╔══██╗██║░░░░░██╔══██╗██╔══██╗██╔════╝██╔══██╗░╚══██╔══╝██╔════╝╚██╗██╔╝╚══██╔══╝
██║  ╚═╝██║  ██║██║     ██║  ██║██████╔╝█████╗  ██║  ██║    ██║   █████╗   ╚███╔╝    ██║   
██║░░██╗██║░░██║██║░░░░░██║░░██║██╔══██╗██╔══╝░░██║░░██║░░░░██║░░░██╔══╝░░░██╔██╗░░░░██║░░░
╚█████╔╝╚█████╔╝███████╗╚█████╔╝██║░░██║███████╗██████╔╝    ██║   ███████╗██╔╝╚██╗   ██║   
░╚════╝░░╚════╝░╚══════╝░╚════╝░╚═╝░░╚═╝╚══════╝╚═════╝░░░░░╚═╝░░░╚══════╝╚═╝░░╚═╝░░░╚═╝░░░
```

@author: 𓂀 𝒥-𝒳𝒶𝓃𝒹𝑒𝓇 𓂀<br>
@version: 0.1.1<br>
@since:  2024/09/27

Imprime texto de colores en la terminal

Sobreescribe la funcion interna print y añade un nuemo parametro: `color` el cual recibe un enum de la clase `Color` el cual contiene el la informacion de cada color.
