Skip to main content

A small python package to make rich progress bars as easy as 1,2,3.

Project description

A small rich TQDM clone

The goal of this small package is to turn the rich package into a clone of tqdm.

For now, only basics are here:

from quickbar import Quickbar

for item in Quickbar.track(iterator):
	# do fancy stuff
	print("I exist !")

This is the big upside of TQDM over rich: a less cool bar, but one line is enough !

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

quickbar-0.0.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

quickbar-0.0.2-py3-none-any.whl (3.8 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