A terminal text formatting and widget toolkit for Python CLIs
Project description
ALYODCLI
ALYODCLI is a lightweight Python library for building rich terminal output with color, layout, and interactive widgets.
Features
- ANSI styling helpers
- Text alignment and width-aware formatting
- Box and table layout rendering
- Horizontal rules, bullets, progress bars, and interactive navigation
Installation
pip install alyodcli
Quick Start
from ALYODCLI import Activate
cli = Activate()
cli.layout.box([
"ALYODCLI",
"Install once, use anywhere"
], color="cyan")
cli.widgets.bullet("Styled output", color="green")
A lowercase import alias is also provided:
from alyodcli import Activate
License
Apache-2.0 (see LICENSE.txt)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
alyodcli-0.1.1.tar.gz
(11.4 kB
view details)
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
alyodcli-0.1.1-py3-none-any.whl
(15.9 kB
view details)
File details
Details for the file alyodcli-0.1.1.tar.gz.
File metadata
- Download URL: alyodcli-0.1.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4a3d287449ed85b49e2d82358c655fdedb6528c182bdf970d3377a50b2c38da
|
|
| MD5 |
d20d90ab977076c6b4ab22a3b39278db
|
|
| BLAKE2b-256 |
3354cc964eca4dc8acf28a2e392112b6b0e77badad1e3f6af8345e12451be320
|
File details
Details for the file alyodcli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: alyodcli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50eb19d9d7144e8e73ec7d9072e7dddf12adab8d87e8157d94caa8057ca2a9a7
|
|
| MD5 |
be07b3861b9bac9e631d397471e17ca9
|
|
| BLAKE2b-256 |
e73ac7ff8365b586b6b06b78596b92d9e24fb3df92d004cdad87518e6baf0797
|