Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
/ cloud-tqdm Public archive

cloud-tqdm visualize the progress of a Python script on the web.

Notifications You must be signed in to change notification settings

shunyooo/cloud-tqdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-tqdm

PyPI version

cloud-tqdm visualize the progress of a Python script on the web.

cloud-tqdm inherits from tqdm, so it can be run in the same way as tqdm.

output

Installation

pip install cloud-tqdm

Usage

Visualize the progress of a Python script on the web.

import time
from cloud_tqdm import cloud_tqdm

for i in cloud_tqdm(range(30), desc="Processing"):
    print(i)
    time.sleep(1)
    
cloud-tqdmhttps://cloud-tqdm....
1
2
3

image-20200709142048295

Multiple progresses can be displayed on the same page by connecting pid with URLs.

https://cloud-tqdm.web.app/progress?pid=-MBm07wc3HJ-JZfeOc5a&pid=-MBm0JSG-NQ6HswT81Ru&pid=-MBm0Qyc8lIbWzfArUYw

image-20200709142539326

Related repositories

Future

  • Do not interfere with existing progress displays.

  • Implements of Test.

  • Grouping of progress by user or device.

  • Publish URLs that group progress by user or device.

  • Discard the progress from the DB when a certain amount of time has passed since the last update.

About

cloud-tqdm visualize the progress of a Python script on the web.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages