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.3.tar.gz (4.2 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.3-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: progressvertical-0.1.3.tar.gz
  • Upload date:
  • Size: 4.2 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.3.tar.gz
Algorithm Hash digest
SHA256 7737a663651304ed1ad0c4d483de1f171a2c9eea32bc84cc627ad461b4f6f35b
MD5 2c993d80f3f22bc03b8bc0d1aa5be9fa
BLAKE2b-256 626708cb6595e41c7e9c9e7ea080e71b131cd8fa277de052e8ab650e04e402fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for progressvertical-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ab2b5bea640dbe9dcb2f444b96d4cd3305502245cc3301cab0196cc0b42e1e77
MD5 dc431a617f46a993d762429481768b4a
BLAKE2b-256 75c3f53591b303e1b765d2fc55e68ed9332524f53ca1eff919cb67b1236461a1

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