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

Uploaded Python 3

File details

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

File metadata

  • Download URL: progressvertical-0.1.4.tar.gz
  • Upload date:
  • Size: 4.1 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.4.tar.gz
Algorithm Hash digest
SHA256 aa962a1075e10411e3b1ee909bfb9765dbfdd0932e4847b5a88fe12f66fcffeb
MD5 74319b0e32250c9afe3b8296a8578a8c
BLAKE2b-256 913952d8b8bc5cf169c70a15415c596b486d68d2ebf97d8bf9b0a861d9c89468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for progressvertical-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f35be3440456bbcfb5ee42c31202146f4a7f44c52cbee22859a55ef7229df959
MD5 dcc7fb78c8d6aa759a456240748ae31a
BLAKE2b-256 e204f3f2124ddb92880b956ce93fe6700d667725cd2885b4036ef32e93104d02

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