Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
Andreas Sas edited this page Mar 28, 2022 · 2 revisions

- AthenaColor -

pypi GitHub license Discord

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 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 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)


Install

To install the package in your Python environment

pip install AthenaColor

Links

Project files can be found at:


Disclaimer

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


Made By Andreas Sas, 2022

Clone this wiki locally