Metadata-Version: 2.1
Name: AthenaColor
Version: 3.1.1
Summary: Python Package used to print rgb colors to the console
Home-page: https://github.com/DirectiveAthena/VSC-AthenaColor
Author: Andreas Sas
Author-email: 
License: GPLv3
Project-URL: Bug Tracker, https://github.com/DirectiveAthena/VSC-AthenaColor/issues
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# - AthenaColor -
[![pypi](https://img.shields.io/pypi/v/AthenaColor)](https://pypi.org/project/AthenaColor/) [![GitHub license](https://img.shields.io/github/license/DirectiveAthena/VerSC-AthenaColor)](https://github.com/DirectiveAthena/VerSC-AthenaColor/blob/master/LICENSE) [![Discord](https://img.shields.io/discord/814599159926620160?color=maroon)](https://discord.gg/6JcDbhXkCH)


<img height="128" src="https://github.com/DirectiveAthena/VSC-AthenaColor/blob/master/Resources/AthenaColor.png?raw=true" width="128"/>

A *No Dependency* python package for displaying the full spectrum of RGB colors in the Console.

--- 
## Details and features 
- *Nested* and *Inline* options to print Style and Color makeup to the Console
- 140 predefined extended HTML colors, see [here](https://github.com/DirectiveAthena/VerSC-AthenaColor/wiki/Predefined-Colors) for the full list
- By using the `rgb` object, you have access to print any color you want
 
---
## Content and Examples
 For examples on how to use the package, go to [the wiki examples](https://github.com/DirectiveAthena/VerSC-AthenaColor/wiki/Examples) on the Github Repo.

To immediately  see what the package can do, run the package itself (will call the `__main__.py` file in the package):

```console 
python -m AthenaColor
```

The following image is a print out of how the code above should print out:
(The actual list of style Colors and makeup goes on for all 140 colors)

<img src="https://github.com/DirectiveAthena/VerSC-AthenaColor/blob/master/Resources/PyCharmOutput.png?raw=true"/>
 
---
## Install
To install the package in your Python environment

```console 
pip install AthenaColor
```

---

## Links 
Project files can be found at:    
- [GitHub Repo](https://github.com/DirectiveAthena/VSC-AthenaColor)     
- [Pypi link](https://pypi.org/project/AthenaColor/)    

---

## Disclaimer
With  *No Dependency*, the standard library is not counted as a dependency

---
Made By Andreas Sas, 2022

