simple-progress

Simple progress monitors and animations for python. Note this won't be updated as I use TQDM now but it does work well and is still in use by some of my repos.

Pure Nim score 15/100 · last commit 2022-03-15 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2022-03-15
Downloads 0
Last Indexed 2026-08-10 05:05

Installation

nimble install simple-progress
choosenim install simple-progress
git clone https://gitlab.com/cfinan/simple-progress

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
simple-progress - - - - - - -

README

Simple progress monitors for python

These are not progress bars but animations that can be animated with a call to animate or by wrapping in a loop.

Installation

Install with:

For development, in the root of the project directory:

pip install -e .

Non-development, in the root of the project directory:

pip install .