Coding

alive-progress – progress Bar, with real-time throughput

alive-progress is a progress bar, with real-time throughput, ETA, and very cool animations.

This is free and open source software.

Key Features

  • Live spinner that reacts to your actual processing speed, i.e., it dynamically gets faster or slower with your throughput, and clearly shows a lengthy task is in progress, i.e., did not crash even if taking too long (and your SSH connection did not freeze if remote).
  • An efficient multithreaded bar that updates itself at a fraction of the actual processing speed to keep CPU usage low and avoid terminal spamming (1,000,000 iterations per second equates to roughly 60 updates per second), and you can also calibrate it to your liking.
  • An accurate ETA (Expected Time of Arrival) with an intelligent Exponential Smoothing Algorithm that shows the time to completion, allowing you to plan your time and manage your workload more effectively.
  • Automatic print and logging hooks that provide seamless and effortless integration with any code, even enriching these outputs with the current bar position when they occurred.
  • Prints a nice final receipt when your processing ends, including the total items, the elapsed time, and the observed throughput.
  • Detects under and overflows, enabling you to track hits, misses, or any desired counts, not necessarily the actually performed iterations.
  • Suspend it – you can suspend your processing and get back to the Python prompt, adjust or fix some items, and then get back into the same processing as if it had never stopped.
    Highly customizable, with a smorgasbord of ready-to-use spinner and bar styles, as well as several factories to easily create yours. There’s even a super powerful check() tool that helps you design your own animations.

Website: github.com/rsalmei/alive-progress
Support:
Developer: Rogério Sampaio de Almeida
License: MIT License

Demo

alive-progress is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Command-Line Python Application Development Tools
Python FireLibrary for automatically generating command line interfaces
argparseParser for command-line options, arguments and sub-commands
ClickCreate beautiful command line interfaces in a composable way
TyperLibrary for building CLI applications
RichPython library for rich text and beautiful formatting
GooeyConvert console programs into end-user-friendly GUI software
alive-progressProgress bar, with real-time throughput
Python Prompt ToolkitBuild powerful interactive command line and terminal applications
tqdmFast, extensible progress bar for Python and CLI
AsciimaticsCreate full-screen text UIs from interactive forms to ASCII animations
CementCLI application framework for Python
docoptCommand-line interface description language
cliffFramework for building command line programs

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments