A simple terminal loading message
Project description
loadinganim
A simple terminal loading message
from loadinganim import LoadingAnim
import time
#Animation1
loader = LoadingAnim(message='Please Wait',animType=0)
loader.start()
time.sleep(5)
loader.stop()
#Animation2
loader = LoadingAnim(message='Please Wait',animType=1)
loader.start()
time.sleep(5)
loader.stop()
Install:
pip install loadinganim
For pip3:
pip3 install loadinganim
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
loadinganim-1.0.1.tar.gz
(1.9 kB
view details)
File details
Details for the file loadinganim-1.0.1.tar.gz.
File metadata
- Download URL: loadinganim-1.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d557eee91568df1341daf4121a7fe7e56a3808f86336753115b9b008dacdd762
|
|
| MD5 |
694fb4ed8cd4b19ccfad815f50f8537f
|
|
| BLAKE2b-256 |
1c5f621741320ed7ace74c8b9dc879411600861fa8cb6fea6446ba8a6893dee0
|