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 Distribution
simple_spinner-0.1.0.tar.gz
(1.5 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 simple_spinner-0.1.0.tar.gz.
File metadata
- Download URL: simple_spinner-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aa529ac8749ddaf8e37e343139f0b0818c22e49a247f0b1a29990818b28a411
|
|
| MD5 |
911c2583b0ee412349ea081892ce24e4
|
|
| BLAKE2b-256 |
20d7da5c402e0be40d87a11b97e31f1303b801481907d0eb18f32e050fff9ce0
|
File details
Details for the file simple_spinner-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simple_spinner-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.6 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 |
5f492a6a8290dbfaa37d291fd9df27e151ae607ec773b312924aecb912b9a74f
|
|
| MD5 |
517c49446767d40523f9dba350981910
|
|
| BLAKE2b-256 |
474c654780170e6f6c9361c11d2232e06ec52dc9ca776c9da6a81810f489e733
|