Terminology
A simple way to color terminal text! ❤️ 💛 💚 💙 💜
Color Text
from terminology import in_red, in_yellow, in_green, in_blue, in_magenta
print(in_red("it's"), in_yellow("a"), in_green("double"), in_blue("rainbow"), in_magenta("dude..."))
Output
Color Text Background
from terminology import on_green, on_yellow, on_red
print(on_green("OK"), on_yellow("WARNING"), on_red("DANGER")
Output
Emphasize Text with Bold and Underlining
from terminology import in_bold, underlined
print(in_bold("Chapter 1"))
print("- ", underlined("Section i"))
print("- ", underlined("Section ii"), "\n")
print(in_bold("Chapter 2"))
print("- ", underlined("Section i"), '\n')
Output
Release files for terminology 1.0.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| terminology-1.0.16.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| terminology-1.0.16-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 10.0 kB
Release files / terminology-1.0.16.tar.gz
| Download URL | terminology-1.0.16.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a8e89dfc904e1fbe2d95259301d1ddee4ae2a0ab59d9659c1e16196a278d350
|
|
BLAKE2b-256 checksum How to use checksums |
ede864bdb928ed8f188b64f80a8364fc351d548e222c8b26d1bef51ce2550d9e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/0.12.17 CPython/3.6.7 Darwin/19.3.0
|
Release files / terminology-1.0.16-py2.py3-none-any.whl
| Download URL | terminology-1.0.16-py2.py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a71b5487aeed4caae04b72685bf6289297c8ca9879e761258e432adfc3282420
|
|
BLAKE2b-256 checksum How to use checksums |
d3677e8d40fda7c17d5f0dc5a6bbbab038531d54267caad41f9b0cba56a8e5ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/0.12.17 CPython/3.6.7 Darwin/19.3.0
|