Simple Spinner in python
Project description
Simple Spinner
It is a way to print a spinning cursor in terminal using Python.
I referred this document.
"It's just Simple Spinning Cursor."
download
pip install simple_spinner
how to use?
use start, end method
from simple_spinner.spinner import Spinner
spinner = Spinner()
spinner.start(desc='test')
time.sleep(3)
spinner.stop()
use with reserved word
from simple_spinner.spinner import Spinner
with Spinner(desc='test'):
time.sleep(3)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 simple_spinner-0.1.3-py3-none-any.whl.
File metadata
- Download URL: simple_spinner-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c558b319e8e636d15ab0b0b8014a6524a29c2ae87e59863858ef9417c9270f82
|
|
| MD5 |
c935407d76711c7cdeb42539e57da5ab
|
|
| BLAKE2b-256 |
07e3aad6c8c11a5f0cc4339bd6ddad68f653e5815cd277d6e13f1cdd1ddb1c19
|