Skip to main content

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


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 hashes)

Uploaded Source

Supported by

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