A lightweight, eye-friendly, and feature-rich terminal progress bar.
Project description
BarNone
BarNone is a lightweight, eye-friendly, and feature-rich terminal progress bar. (The best bar, no contest)
Table of Contents
Features
- Clean, minimal visual output
- Smooth gradient color transition (Red → Gold → Green)
- ETA and step tracking
- Fast render speed of ~200ns per iteration
Install
# PyPI
pip install barnone
or
uv add barnone
Dependencies
Python 3.9 or greater
Usage
Example
from barnone import ColoredProgressBar
pb = ColoredProgressBar(5)
#pb = ProgressBar(total=5)
for _ in range(5):
time.sleep(0.1)
pb.update()
Terminal Output:
Contributing
PRs accepted.
If editing the Readme, please conform to the standard-readme specification.
Bug Reports and Feature Requests
Please use the issue tracker to report any bugs or request new features.
Contributors
License
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
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 barnone-1.0.0.tar.gz.
File metadata
- Download URL: barnone-1.0.0.tar.gz
- Upload date:
- Size: 48.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40b4dc68470842fce3e0f5a8198c55b4650de26069386f8ea5891a037b80cbe6
|
|
| MD5 |
d6e5052a4a9fa67587c0c2f4f541fd89
|
|
| BLAKE2b-256 |
731a5492f0862a67dc7a471d02aa2d88b03b65ca81b288de96faba6551f0a150
|
File details
Details for the file barnone-1.0.0-py3-none-any.whl.
File metadata
- Download URL: barnone-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d568e087e272debf56323f373898dd61a56f5d42dde8c0ad7557060fbf7a949
|
|
| MD5 |
c736431912fef0c7e3b1a71d1985c4d0
|
|
| BLAKE2b-256 |
ba20df75b7296144e0f1d9e1ee730f12ee4a75c2781bfb8ed8e62bf4ed9ec5a6
|