Skip to main content

Solid Progress Bar Script For Python

Project description

Installation:

pip install ProgressScript

Using:

Points:

PyProgress.points(1, 25, 50, 100)

We get:

. 25% .. 50% ... 100%

Slash:

PyProgress.slash(1, 25, 50, 100)

We get:

/ 25% // 50% /// 100%

Stars:

PyProgress.stars(1, 25, 50, 100)

We get:

  • 25% ** 50% *** 100%

Num:

PyProgress.num(5, 1, 25, 50, 100)

We get:

5 25% 55 50% 555 100%

Bar:

PyProgress.bar(1, 10, 100, 10)

We get bar look like in TQDM.

Explanation:

Basic Load (Points, Slash, Stars):

We have 4 funcs:

speed, percent one, percent two, percent three. (25, 50, 100)

1 this is speed, 25, 50, 100 this is the percentage that we will show

Example Command:

PyProgress.points(1, 25, 50, 100)

this guide use in Slash, Stars too.

Specified Load Scripts:

num, speed, percent two, percent three. (5, 25, 50, 100)

5 - Number we print in script 1 - speed other (25, 50, 100) = percent

PyProgress.points(5, 1, 25, 50, 100)

Beautiful Bars:

1 - speed 10 - update 100 - total loading 10 - range

speed - uses in end update - loading speed total - percent loading range - data

PyProgress.bar(1, 10, 100, 10)

Other:

PyProgress.guide()

Get Offline help info without Explanation.

Version:

Python 3.8-3.9

Other From Dev:

I hope I showed the documentation as well as possible. The module was created using TQDM. (ADDITIONAL SOFTWARE) In general, the script is quite useful for showing your script works or just for beauty. Good luck using it!

BYE BYE!

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

ProgressScript-1.0.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file ProgressScript-1.0.tar.gz.

File metadata

  • Download URL: ProgressScript-1.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for ProgressScript-1.0.tar.gz
Algorithm Hash digest
SHA256 7c2434d76a2b9365a898258d085735954b577418caef1e4f163b4da34c44e1c0
MD5 20a4479e5afacfddd5c35270079623b4
BLAKE2b-256 0691fe3934af04fe1a7dac3e26b01a154b34e437763fa8cc13d1ce89adaabef8

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