This repository was archived by the owner on Jan 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andreas Sas edited this page Mar 28, 2022
·
2 revisions

A No Dependency python package for displaying the full spectrum of RGB colors in the Console.
- Nested and Inline options to print Style and Color makeup to the Console
- 140 predefined extended HTML colors, see here for the full list
- By using the
rgb
object, you have access to print any color you want
For examples on how to use the package, go to the 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):
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)

To install the package in your Python environment
pip install AthenaColor
Project files can be found at:
With No Dependency, the standard library is not counted as a dependency
Made By Andreas Sas, 2022