An incredibly simple loading spinner for Python 3
Project description
loading-spinner
An incredibly simple “loading spinner” for python projects
Usage:
NOTE: Please do NOT import spinner. You MUST use loadingspinner.
import loadingspinner loadingspinner.setText(“Loading…”) loadingspinner.start() <lines of code> loadingspinner.stop()
Customizing the spinner:
- Changing the spinner animation:
loadingspinner.setFrames(<list of characters to display in order from left to right>) Ex. loadingspinner.setFrames([“|”,”/”,”-“,”"])
- Changing the text color (requires Colorama to be installed):
loadingspinner.setTextColor(color)
- Changing the spinner color (Incomplete. Also requires Colorama):
loadingspinner.setSpinnerColor(color)
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
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 loadingspinner-1.0.1.tar.gz.
File metadata
- Download URL: loadingspinner-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6af466c8c29834db2b51d40b6617dc603f106a2a57018db19adbfc708c5cc808
|
|
| MD5 |
49a2e73339fdb2e86cffa50278015360
|
|
| BLAKE2b-256 |
0db19550d63255c1d36de6de1647dca7e276d8b1e56e0ddade1ca0fa2d4b92ed
|
File details
Details for the file loadingspinner-1.0.1-py3-none-any.whl.
File metadata
- Download URL: loadingspinner-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41977495220ab5732eec97dab06152c8388ea91f7dc790d2430cbccebdcbf4b5
|
|
| MD5 |
701db469d8aa723c4048c5515fdb6008
|
|
| BLAKE2b-256 |
0a542df40d5021a7474ea9f4ae3830434d436adb509417fb29a341ce35502686
|