Skip to main content

Displays cool loading animations to the terminal

Reason this release was yanked:

bad readme

Project description

Loading

loading.py is an extremely minimal python package that allows for you to get those cool animated loading texts you see in terminal applications

loading gif

tutorial

this package doesn't require a vast amount of explaining to learn how to use it. Here's an example python script:

from load_animate import Loading

if __name__ == '__main__':
    load = Loading() #creates a load instance
    load.start("loading stuff ") #starts displaying the loading terminal to the terminal
    time.sleep(5) #wait 5 seconds
    load.stop() #stop displaying the loading animation to the terminal

loading.py uses multiprocessing to allow you to load and process chunks of data whilst showing this cool animation to the user.

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

loadanim-1.0.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

loadanim-1.0.3-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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