Skip to main content

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 hashes)

Uploaded Source

Built Distribution

toggldash-1.0.6-py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page