A simple Python library to print colored text in the terminal using ANSI escape codes.
Project description
jaime38130
A simple Python library to print colored text in the terminal using ANSI escape codes.
Lightweight, easy to use, and perfect for CLI tools, scripts, and debugging output.
Installation
pip install jaime38130
Import
from jaime38130 import *
Examples
Basic
green("I needed color")
Header style
green("I needed color", "header")
Bottom spacing
green("I needed color", "*")
Top & bottom spacing
green("I needed color", "**")
Available colors
green()
white()
black()
cyan()
magenta()
red()
blue()
yellow()
Bonus
hidden_secret()
About
This package was created to make terminal output more readable and visually structured in Python scripts and console applications.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jaime38130-1.2.tar.gz.
File metadata
- Download URL: jaime38130-1.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38bc197ea4f01f7495234212fb35c491b5dd0db6c8e3406fcd70fe404e3208fc
|
|
| MD5 |
5a14da209263f71345cf499c1387b84b
|
|
| BLAKE2b-256 |
4f5a7c09e2c8320407a29d7130361a1c3f429b56492580cfaba7e8a2c619bdbe
|
File details
Details for the file jaime38130-1.2-py3-none-any.whl.
File metadata
- Download URL: jaime38130-1.2-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcc4945c625afb7fade36657a34d3aab4cd77306ed5ad10580f112ddab85e5a0
|
|
| MD5 |
c3dedf7e97b121ced06acbed338da62d
|
|
| BLAKE2b-256 |
8ab6e1f1cfbc494ecf6591775269facc7d5d3987ef48c9804d11c1731d10366b
|