Skip to main content

LoadBar

This is a very simple python library to create a loading bar on the shell

Install it

pip install load-bar

Use it

import time
from loadbar import LoadBar
bar = LoadBar(max=100)
bar.start()
for i in range(100):
    time.sleep(0.05)
    bar.update(step=i)
bar.end()

image

See the documentation

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

load-bar-0.0.7.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

load_bar-0.0.7-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file load-bar-0.0.7.tar.gz.

File metadata

  • Download URL: load-bar-0.0.7.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3

File hashes

Hashes for load-bar-0.0.7.tar.gz
Algorithm Hash digest
SHA256 94bc7f2609fdb70383a54a1bb2808dc761e47f614af1fc93a9659d457f15b21e
MD5 f93623fca2ae0d4d6af85082ac8cd337
BLAKE2b-256 994b1d55981c157e8693f3bc31d353e99bf6d8a25c25e99596b8102304b91fb6

See more details on using hashes here.

File details

Details for the file load_bar-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: load_bar-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3

File hashes

Hashes for load_bar-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 91650603534bbe3f03bba218e03a5a9a3d76d6e5de4061b50beb6c52dc85aff8
MD5 df76b54c6fbcd240372e19e21a9e3ec7
BLAKE2b-256 367d24b05f75077b4709b178fb01a507c661dafdc9cc109d800c81d8e9c08c8a

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.7 This release

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

0.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page