Skip to content

lucaspar/progbars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progress Bars Demo

A showcase of different progress bar implementations using tqdm.

asciicast

Examples

  • Nested — simple demonstration of multiple nested loops with progress tracking
  • Threaded — shows progress bars for concurrent tasks using ThreadPoolExecutor
  • AsyncIO — displays progress for asynchronous tasks with a total that increases over time
  • HTTP download progress — tracks download progress for remote files

Running

uv run main.py

About

A showcase of different progress bar implementations using `tqdm`.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages