Skip to main content

The ultimate taskbar progress python package!

Project description

PyTaskbar

The ultimate taskbar progress python package!

visitor badge

Docs Here!

Works for both terminals and GUIs!

Requirements:

    comtypes
    PyGetWindow

Installation

click here


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

PyTaskbarProgress-0.0.8.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

PyTaskbarProgress-0.0.8-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

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

Hashes for PyTaskbarProgress-0.0.8.tar.gz
Algorithm Hash digest
SHA256 5a0973dc34128db68a236fac6b2157b56cda3226731dd04cd69fce62ead508ee
MD5 657e9653adf9454a04c6ce33a74555b0
BLAKE2b-256 2c2a2ffb437b5b071d4b012fb4c4be63b90d4d7553112036f80565b664dc6012

See more details on using hashes here.

File details

Details for the file PyTaskbarProgress-0.0.8-py3-none-any.whl.

File metadata

File hashes

Hashes for PyTaskbarProgress-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 d4d1c61cedfac200b935bf10243e6c71caba1d4679471025b7eb131380d12352
MD5 33700fe950b7bbd7bdc22f29f6f40f08
BLAKE2b-256 5f1ea61917ecd0c24a1faecefa046ef2f02a4f4f19047ecba05cb9ec6b93f43f

See more details on using hashes here.

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