mytqdm is a wrapper around tqdm that allows to see and share your progress on https://mytqdm.app
Project description
MyTqdm
See and share your tqdm state everywhere with everyone on mytqdm.app!
Support
Writing software takes time. I'd be happy to get your support.
Installation
pip install mytqdm
Obtain api key
Enter your email on mytqdm.app to receive a custom api key. Use this key to upload your progress automatically via your mytqdm instance in your python code.
Usage
- Import via
from mytqdm import mytqdmand usemytqdminstead oftqdm. - Provide your
api_keyin the mytqdm constructor. Optionally provide atitle.
Example:
from mytqdm import mytqdm
MY_API_KEY = "..."
for i in mytqdm(range(10000), api_key=MY_API_KEY, title="Our progress to make POs happy."):
...
See mytqdm.app/docs for detailed instructions and how to obtain your current progress.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mytqdm-1.0.11.tar.gz.
File metadata
- Download URL: mytqdm-1.0.11.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a73df79f48d56af9b4a816addb087a2409e66d64808e03bc891c3f85926db90
|
|
| MD5 |
d0dff6f42fc0c7433c186b5a3cae23cf
|
|
| BLAKE2b-256 |
20b511811aa5040ac77bb5a725a527e8d25ed16869900a52b37705c34c99f96d
|
File details
Details for the file mytqdm-1.0.11-py3-none-any.whl.
File metadata
- Download URL: mytqdm-1.0.11-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c314f522e62f4dc287465b72246415f8a111de3d7f6aa5c95871eb35f8740512
|
|
| MD5 |
ea347cffdee828c20dcee26cec0760a0
|
|
| BLAKE2b-256 |
60422bc7eb18a97e32be540ac1f61dc385cc27df82ea4da16e46af66899b92df
|