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.
Release files for mytqdm 1.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mytqdm-1.0.11.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mytqdm-1.0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.2 kB
Release files / mytqdm-1.0.11.tar.gz
| Download URL | mytqdm-1.0.11.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2a73df79f48d56af9b4a816addb087a2409e66d64808e03bc891c3f85926db90
|
|
BLAKE2b-256 checksum How to use checksums |
20b511811aa5040ac77bb5a725a527e8d25ed16869900a52b37705c34c99f96d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.13
|
Release files / mytqdm-1.0.11-py3-none-any.whl
| Download URL | mytqdm-1.0.11-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c314f522e62f4dc287465b72246415f8a111de3d7f6aa5c95871eb35f8740512
|
|
BLAKE2b-256 checksum How to use checksums |
60422bc7eb18a97e32be540ac1f61dc385cc27df82ea4da16e46af66899b92df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.13
|