Skip to main content

The worlds best pip package.

Project description

## Loaderr
Ever wonder why the solutions you think of in your head never work? Why your ability to write awesome code is limited? Well here it is – you're not using `Loaderr`.

With `Loaderr`, you can create simple loading icons to use in your projects. Say you want your program to seem like it's processing something?

```
from loaderr import *
loading("Processing$.$", dots, medium, 5)
```

It's that simple! With this code, your program will literally halt its progress just to print:

```
Processing.
Processing..
Processing...
```

## Tutorial
There are two functions in `Loaderr`.

+ `clear_line()`
Sets the cursor back so text can be printed over it.

+ `loading(string, logo, timing, repeat)`
Creates a "loading" thing.

+ The `string` is determines what surrounds the loading animation. For example `Loading$$` will create `Loading.` -> `Loading..` -> `Loading...`. The two `$` indicate where the animation is placed. If the string is empty, it replaces the entire string.

+ The `logo` is an array that stores the animation. To get the dots, you could do `[".", "..", "..."]`.

+ The `timing` is an array the stores the wait times within each animation. For example, `[0.5]` will display the animation every half a second. `[0.1, 0.2]` will display the first frame after `0.1` seconds and the next after `0.2` seconds.

+ The `repeat` is the amount of times to loop the animation.


## Pre-Sets
There are several pre-defined animations and wait times. These are inside the `loaderr.py` file. For example, `loaderr.table_flip` is `(╯°□°)╯┳━┳` -> `(╯°□°)╯┳━┳` -> `(╯°□°)╯︵┻━┻` -> `(╯°□°)╯︵ ┳━┳`


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

loaderr-1.0.0.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

loaderr-1.0.0-py2.py3-none-any.whl (4.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file loaderr-1.0.0.tar.gz.

File metadata

  • Download URL: loaderr-1.0.0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for loaderr-1.0.0.tar.gz
Algorithm Hash digest
SHA256 cc6f17580b98c9b258b3f6d587f12ccc7c31712e829a416a84e95713b82f8d24
MD5 69cf618607e9af139faf114c329672ca
BLAKE2b-256 72bda7305f6a1b6755b9ce4c3d36857fa3b7c4e12b530240c9a3c25dcd19d446

See more details on using hashes here.

File details

Details for the file loaderr-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for loaderr-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e10886ae206ed23bd6874d6f6ec4f17fc57b297faf4698ffaa483713666d1c2a
MD5 0ee575ccaaeedccf964c1210d45b0619
BLAKE2b-256 d80ea494c97d7fdcafc8e65df80af48dd44121b00ea575c80d8b8e1e595c871c

See more details on using hashes here.

Supported by

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