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.

The differential of ProgressVertical

ProgressVertical ProgressBar2
Multiple parallel stages with compact visualization. Single or sequential linear progress.
Independent logic for each bar. Single progress with sub-bar support
Monitors multiple tasks in parallel Traditional linear progress with built-in metrics

Processes are batch-based, allowing monitoring of tasks in parallel without depending on others, reducing overhead.

Installation:

pip install progressvertical

Usage Example

from progressvertical import ProgressManager, VerticalProgressRenderer, ColorManager

ColorManager.init_colorama()  # Initializes Colorama

renderer = VerticalProgressRenderer(height=10, spacing=6)
manager = ProgressManager(renderer)

manager.add_stage("Processing", 2.0, fore_color="green", style="bright")
manager.add_stage("Validation", 3.0, fore_color="yellow", back_color="blue")
manager.add_stage("Finalization", 1.5, fore_color="red", style="dim")

manager.start_animation(update_interval=0.1)

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.5.tar.gz (4.0 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.5-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: progressvertical-0.1.5.tar.gz
  • Upload date:
  • Size: 4.0 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.5.tar.gz
Algorithm Hash digest
SHA256 ce33f7c251a1ef55c84e9311cc9f98326a9a516d0f26047dc782b468efd7cb5b
MD5 b77a1ea22cd23e89a7920daa0fa41e73
BLAKE2b-256 e129b4196dbb7dab75dea3999775c7e9605a08c3dd169f05421c1cef1ce5566e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for progressvertical-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 66f652f6789e9003c92ba11239264f7d9c6710d7b7e457b4f5c8f47317fce8a3
MD5 7121052f21d73c5763674966205b1fc6
BLAKE2b-256 311f4efa30e8e03f2741fef8773e4992ff67ded39a0930d7706bf7f34ccf1b02

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