Build a loading screen for your project.
Project description
load-screen
Wanna create a loading screen ideal for your Python console project? You came to the right place.
- Use "pip install loadgui" to install library
- (Package published in PyPI as "loadgui 1.0.0")
Docs
First of all, to test if the library is working, run the main.py inside loadgui-master\loadgui
- If nothing outputs/Outputs "OS compatible with library", you are good to go!
Start the loading screen
To start loading:
- Import the library. Import loadgui.
- Prefixes for next step: D = delay, a = all, t = text, r = right, d = down, l = left, u = up
- Call load_screen(rD, dD, lD, uD, aD, t)
OPTIONAL STEPS [
- For 1 second delay for each: load_screen(0, 0, 0, 0, 1, "TEXT")
- For 1 second delay added for each: load_screen(0, 1, 2, 3, 1, "TEXT")
]
No need to download any additional libraries
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
loadgui-1.0.0.tar.gz
(3.8 kB
view details)
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 loadgui-1.0.0.tar.gz.
File metadata
- Download URL: loadgui-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c6728a71966f6c6f5c793759627a89c39ad537100dcb59e68864cdbac4818d4
|
|
| MD5 |
ea68bf12a1b1c7b3963d3dfff19aef3f
|
|
| BLAKE2b-256 |
7ea6f7ed2008a85f69d76a1af9b415b6ccaf6c6a5ccc177563ffbfd5e5b8080f
|
File details
Details for the file loadgui-1.0.0-py3-none-any.whl.
File metadata
- Download URL: loadgui-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2aaf661f94c5ae3c7046f1e70db43ff20c21ae03fabd02cdb69702269477705c
|
|
| MD5 |
d945a6823c2f0844e2221288cc75e150
|
|
| BLAKE2b-256 |
4db90061f695882751fdec14b0a140d804f3c828d6a49a795fe4af2c18332721
|