Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 9f49ad1

Browse files
authored
Merge pull request #17 from DirectiveAthena/v5.1.0_Proposal
v5.1.0 Proposal
2 parents 770a475 + 024f9bd commit 9f49ad1

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33

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

6-
A *No Dependency* python package for displaying the full spectrum of RGB colors in the Console.
7-
86
---
9-
## Details and features
10-
- *Nested* and *Inline* options to print StyleNest and Color makeup to the Console
11-
- 140 predefined extended HTML colors
12-
- By using the `RGB` object, you have access to print any RGB color to the console you desire
7+
## Package Details
8+
#### Details and features
9+
A *No Dependency* Python package do display stext styling in a console.
10+
- Next to the full ability to use ANSI styling options, commonly used HTML color names are defined as default colors for Fore- and Background color styling
11+
- The color option are avaible permitting the console can take advantage of RGB ANSI codes
12+
- For a full list of all 140 out of the box available colors, go to [the full documentatio](https://publish.obsidian.md/directiveathena/Content/Programming/AthenaColor/Documentation/HTML+Named+Colors)
13+
- By using the `RGB` object, you have access to print any RGB color to the console you desire
14+
- Uses a similar syntax to Colorama, but also allows for nested function patterns
15+
16+
#### Python Version
17+
- Supported Python versions: **3.7**, **3.8**, **3.9**, **3.10**
18+
- Other older versions of Python are not currently supported.
19+
- These older versions will probably not be supported by @Andreas Sas himself, but if you want to contribute to the project and make this package compatible with older versions of Python, Pull requests are always welcome.
1320

1421
---
1522
## Quick Examples

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setuptools.setup(
1616
name="AthenaColor",
17-
version="5.0.0",
17+
version="5.1.0",
1818
author="Andreas Sas",
1919
author_email="",
2020
description="Package to support full usage of RGB colors in the Console.",

0 commit comments

Comments
 (0)