Skip to main content

Usefull progress "bar"

Project description

nobar

  • Why make a new progress bar?
  • To have the right one! Pythonic, plain, which can be used)

Quick start:

pip install nobar

Examples:

from nobar import nobar

# With init. You'll see left itetations and time
nobar('taskname', 3000)
for i in range(3000):
    nobar('taskname')
    sleep(0.02)

# Without init. Only Passed 
for i in range(3000):
    nobar('taskname')
    sleep(0.02)
    
# Mixed. Few bars simultaneously.
nobar('task_1',3000)
nobar('task_2')
for i in range(3000):
    nobar('task_1')
    if i%3 == 0:
        nobar('task_2')
    sleep(0.02)

More arguments in the class

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

nobar-1.0.2.6.tar.gz (15.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nobar-1.0.2.6-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file nobar-1.0.2.6.tar.gz.

File metadata

  • Download URL: nobar-1.0.2.6.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.3

File hashes

Hashes for nobar-1.0.2.6.tar.gz
Algorithm Hash digest
SHA256 bab9be0cbdef8dcb6f6edcadeb314258492ed5443ad4251649ed7c7db54c08fd
MD5 43a90768cc0d46d69cc6baf6f30ae390
BLAKE2b-256 007033e5fa661211fadf1f0078556981bdb37d47e1e64c76f9a3e0bc2a512cd9

See more details on using hashes here.

File details

Details for the file nobar-1.0.2.6-py3-none-any.whl.

File metadata

  • Download URL: nobar-1.0.2.6-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.3

File hashes

Hashes for nobar-1.0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0de1e838c32aae02255415b69681dc3e780e3cf88003ef4695d5ba8561ae917e
MD5 a8c69e37dfc3f55bfc4c3d511b45ebbe
BLAKE2b-256 e81caf608d128e87447c77022c727cbdd707821f3e857d5a53d3c0b7e558bab1

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