You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2024. It is now read-only.
- 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.
19
+
- These older versions will probably not be supported by @AndreasSas 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.
20
20
21
21
---
22
22
## Quick Examples
23
-
Inline styling:
23
+
**Inline styling**:
24
24
```python
25
25
from AthenaColor import Fore, Style
26
26
@@ -32,7 +32,7 @@ print(
32
32
"""
33
33
)
34
34
```
35
-
Nested Styling:
35
+
**Nested Styling**:
36
36
```python
37
37
from AthenaColor import ForeNest, StyleNest
38
38
@@ -44,7 +44,7 @@ print(
44
44
StyleNest.Bold("EXAMPLE"),
45
45
"of nested styling"
46
46
),
47
-
"As you can see, the correct color returns here by itself",
47
+
"As you can see, a reset of color doesn't need to happen as this is done automatically",
48
48
sep="\n"
49
49
))
50
50
)
@@ -54,20 +54,21 @@ print(
54
54
## Documentation
55
55
Full documentation can be found at:
56
56
**[directiveathena.com/athenacolor-docu](https://www.directiveathena.com/athenacolor-docu)** (redirect to Obsidian.md publish site)
57
+
(Reminder, the documentation is still under heavy development)
0 commit comments