A lightweight Python library for creating beautiful, consistent terminal output for CLI applications.
Project description
TermCraft
TermCraft is a lightweight Python library designed to craft beautiful, professional, and consistent terminal user interfaces for CLI applications.
Created by Engr. Aamir Jamil. Contact: support@asbots.com | Web: https://aamir.asbots.com
Features
- Colors & Styles: Easily apply ANSI colors and styles, completely cross-platform.
- Banners & Boxes: Draw beautiful headers, message boxes, and separators.
- Tables & Lists: Format dictionaries and list data dynamically.
- Emoji System: Extensive built-in emoji lookup, presets, and spinners.
- Progress: Progress bars and animated loaders.
Installation
pip install termcraft
Quick Start
from termcraft import *
title("My AI Project")
success("Model Trained Successfully")
dict_ui({"Accuracy": "98%", "Loss": "0.02"})
progress(75)
Requirements
- Python 3.10+
colorama(installed automatically)
License
MIT License
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 termcraft-0.1.3.tar.gz.
File metadata
- Download URL: termcraft-0.1.3.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a74fbb66b25eef65b5cec0b95169a6b945c2ac9c0bff9d9ddbd05c8bfe990d83
|
|
| MD5 |
f44f51e5b255b2fe74123f7b75602c35
|
|
| BLAKE2b-256 |
86a22f0c421e15f4850f5e8f0627348e5d57555ec514ccb684ca93a7b938febe
|
File details
Details for the file termcraft-0.1.3-py3-none-any.whl.
File metadata
- Download URL: termcraft-0.1.3-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe732acc823f26b63bcbeeb786c54aff37a96469bcbc5e76ff5df0f2774bd0dd
|
|
| MD5 |
3edc6c0b37a5e682a261074e8d57fb50
|
|
| BLAKE2b-256 |
aa6e91c775ce50f6dd82b24e0cb8a87c5095f2926fb95890c4cf4d55a3727053
|