The ultimate taskbar progress python package!
Project description
PyTaskbar
The ultimate taskbar progress python package!
Works for both terminals and GUIs!
Requirements:
comtypes
PyGetWindow
Installation
Example:
import time
import PyTaskbar
prog = PyTaskbar.Progress()
prog.init()
prog.setState('loading')
time.sleep(5)
prog.setState('normal')
for i in range(100):
prog.setProgress(i)
time.sleep(0.05)
prog.setProgress(0)
prog.setState('warning')
for i in range(100):
prog.setProgress(i)
time.sleep(0.05)
prog.setProgress(0)
prog.setState('error')
for i in range(100):
prog.setProgress(i)
time.sleep(0.05)
prog.setProgress(0)
prog.setState('done')
while True:
time.sleep(1)
print('close me!')
Happy Coding!
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
Built Distribution
File details
Details for the file PyTaskbarProgress-0.0.8.tar.gz
.
File metadata
- Download URL: PyTaskbarProgress-0.0.8.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a0973dc34128db68a236fac6b2157b56cda3226731dd04cd69fce62ead508ee |
|
MD5 | 657e9653adf9454a04c6ce33a74555b0 |
|
BLAKE2b-256 | 2c2a2ffb437b5b071d4b012fb4c4be63b90d4d7553112036f80565b664dc6012 |
File details
Details for the file PyTaskbarProgress-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: PyTaskbarProgress-0.0.8-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4d1c61cedfac200b935bf10243e6c71caba1d4679471025b7eb131380d12352 |
|
MD5 | 33700fe950b7bbd7bdc22f29f6f40f08 |
|
BLAKE2b-256 | 5f1ea61917ecd0c24a1faecefa046ef2f02a4f4f19047ecba05cb9ec6b93f43f |