No project description provided
Project description
spinny-bar
Loading bars, progress bars and loading wheels for the console.
How to use
This example uses the time modual to simulate processing
import spinny_bar
import multiprocessing
import time
if __name__ == "__main__":
multiprocessing.freeze_support()
spinner = spinny_bar.spinner(message="A functional Spinner")
spinner.start()
time.sleep(2)
spinner.stop()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spinny_bar-0.1.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spinny_bar-0.1.tar.gz.
File metadata
- Download URL: spinny_bar-0.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56bf61d659f123862bc13f2f1418d2896ef70867b2c683c6f2e648185e4ed1c8
|
|
| MD5 |
b5bc1601a63b6e28975f4b6394ce42b2
|
|
| BLAKE2b-256 |
a8ab6ade4a39cf514d839f03faca096f13f991749bb77b2a6c4d712899f35559
|
File details
Details for the file spinny_bar-0.1-py3-none-any.whl.
File metadata
- Download URL: spinny_bar-0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0b0dc1078550475cef1abff5f4675e455fbc4233839ce9dd9b72f6191992b7a
|
|
| MD5 |
605c35756d019067a34913b17d539a04
|
|
| BLAKE2b-256 |
924d333702bdce14518b1a3c7bd749ff9b234e0c64dcd3bcfadc9b33b8e47e72
|