plots data from toggl track
Project description
Toggl Dashboard
This small project helps you run a Dash app on localhost, in which you can see where you time has been used using data from Toggl track. Its just a more comprehensive report of your data.
You can see the the project on PYPI too. In order to run the program, install the package using the code below:
pip install toggldash
You can run the dashboard using the python code below:
from toggldash import app
app.run()
The program then asks you your toggl credentials. It saves them in a file in your current directory called creds.txt. The file will look something like this
email:yourawesome@email.com
token:348975634875687ygegy85534653
workspace_id:5525432
Or you can just create a file with the creds in it. The above creds won't work.
By default the app will run on http://127.0.0.1:8050/
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
toggldash-1.0.6.tar.gz
(8.6 kB
view details)
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 toggldash-1.0.6.tar.gz.
File metadata
- Download URL: toggldash-1.0.6.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15f16a50a41faa66fb91e23b495b1435fcab5941c96868355d1d2be672cbb513
|
|
| MD5 |
add580a8bdad99f45808e3f4e5b4ad36
|
|
| BLAKE2b-256 |
072a39f254713d7f0fb4d1c72ab3da9c1ee82258c2c0756d4e9b3cd588692f65
|
File details
Details for the file toggldash-1.0.6-py3-none-any.whl.
File metadata
- Download URL: toggldash-1.0.6-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c903459c1fce579e185a2fd218b4f9579ad8644e280bfe6c01989f32529903ea
|
|
| MD5 |
32cef2d6512b4efb12adee946ec646e1
|
|
| BLAKE2b-256 |
10ad36f50a8c38095760df2d61be4a446883feab4a6b90fe8b09493c9aece4c8
|