Skip to main content

Module for creating progress bars.

Project description

Beautider

Module for creating progress bars.

Examples

Example in Lib

You can see an example of how to use the library using this code:

from beautider import *

load = Loader().example()

You should see the following:

img

Another example

import time
from beautider import *

load = Loader(description='I load nothing')

while True:
    for _ in range(1, 101):
        load.update(1)
        time.sleep(0.1)
        load.pr_load()
    for _ in range(1, 101):
        load.update(-1)
        time.sleep(0.1)
        load.pr_load()

img img

Args

  • size - The larger this value, the smaller the bar progress. (if your max_value very large, then the size value should be set larger.)
  • colors - Use of colours (True/False)
  • description - Description next to progress bar
  • complete_symbol - Symbols that are responsible for the filled part of the progress bar
  • uncomplete_symbol - Symbols that are responsible for the unfilled part of the progress bar
  • borders - Borders of progress bar (for example: '[]', '{}', '--', '[}')
  • units - Units of measurement (default %)
  • max_value - Progress bar ends here
  • min_value - Progress bar started from here
  • show_of - Shows text "x in max_value units"
  • show_speed - Shows speed

Developer

By bolgaro4ka. Link

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

beautider-0.1.5.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file beautider-0.1.5.tar.gz.

File metadata

  • Download URL: beautider-0.1.5.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for beautider-0.1.5.tar.gz
Algorithm Hash digest
SHA256 f5b63b7b7e04a74ebcb860481f678786a89f419df0daa60c3cac919f1f9a98fb
MD5 21eb5c03d8e3d41fca2a69a8ffd0ce14
BLAKE2b-256 6e25d56088c24a3bd612019a0ca060174190b804c97ad524a0934c561475291a

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