Displays cool loading animations to the terminal
Project description
Loading
loading.py is an extremely minimal python package that allows for you to get those cool animated loading texts you see in terminal applications
tutorial
this package doesn't require a vast amount of explaining to learn how to use it. Here's an example python script:
from loadanim.loadanim import Loading
if __name__ == '__main__':
load = Loading() #creates a load instance
load.start("loading stuff ") #starts displaying the loading terminal to the terminal
time.sleep(5) #wait 5 seconds
load.stop() #stop displaying the loading animation to the terminal
loading.py uses multiprocessing to allow you to load and process chunks of data whilst showing this cool animation to the user.
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
loadanim-1.0.4.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file loadanim-1.0.4.tar.gz
.
File metadata
- Download URL: loadanim-1.0.4.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14c207d904dbb61c2b81e41c45ba74622e8298527bd5dc5f37d5047f1841fb72 |
|
MD5 | 16ef778dc3be01cf66ee3c8ada9860a6 |
|
BLAKE2b-256 | b485f06a536a874840aa0c6a12670ff207fece94063afd8381edcdff8736d0c5 |
File details
Details for the file loadanim-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: loadanim-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8aeec39391beca85064e7723f3fefd541bce215842489dd19fe5427520416280 |
|
MD5 | e32ac9cc94106090c58eefbb6c004290 |
|
BLAKE2b-256 | 70be484c925b2b89910b48339b7cbb1dbb6a23a9bedcd5aa10828c502d3d8df7 |