Skip to main content

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

If you're not sure about the file name format, learn more about wheel file names.

simple_spinner-0.1.1-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

Details for the file simple_spinner-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: simple_spinner-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 1.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for simple_spinner-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 39622424df96b703a633ac223bd1ab04438e51b9f463cefd8d55e0b7d35e5a77
MD5 f513eb683f9726bf2edae8480c39f369
BLAKE2b-256 b56de83165391694625a50fab128d710f188b9ba02ef128157d41129f2f8d791

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page