Skip to main content

Rendering vertical progress bars with custom colors and styles

Project description

ProgressVertical is a Python library for displaying vertical progress bars for command-line interface (CLI) applications.
Designed with a focus on usability and customization, allowing the creation of multi-stage progress animations with configurable colors, styles, and durations, inspired by another library progressbar.

Installation:

pip install progressvertical

Usage Example

from progressvertical import ProgressManager, VerticalProgressRenderer, ColorManager
import time

ColorManager.init_colorama()
renderer = VerticalProgressRenderer(height=5)
manager = ProgressManager(renderer)
print("progresso")
lista = [1, 2, 3, 4, 5]

for numero in manager.track(lista, label="Números", fore_color="green"):
    print(f"Processando: {numero}")

print("Processo concluído!")

ProgressVertical

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

progressvertical-0.1.7.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

progressvertical-0.1.7-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file progressvertical-0.1.7.tar.gz.

File metadata

  • Download URL: progressvertical-0.1.7.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for progressvertical-0.1.7.tar.gz
Algorithm Hash digest
SHA256 9927d791626807be97258a90175ca666fc2bc1f79333b3ea5ecc5c9409772716
MD5 24560cd493dc5b386bb0d18539e8e133
BLAKE2b-256 f9000839b8ea6ff56fe788db49a1a01ee859b89d3806ea4372a266a1cbcfd658

See more details on using hashes here.

File details

Details for the file progressvertical-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for progressvertical-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 fbe3a0f75a6310f9fdb289b32f084a823bca6c5d22ca1256dc77f977218d2ce7
MD5 da112646ebc6dfcf3937def27b48c477
BLAKE2b-256 cca57afb824f3ea946d66145ac1227b4e61c762ef3fde99c4a9a93f851b8cc89

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page