Simple python app that uses Google Tasks API and creates a System Tray icon to add, see and remove tasks.
Clone the repository.
- go to https://console.cloud.google.com/ and create a new Project
- activate the google tasks api
- go to credentials, select "create credentials" and choose "OAuth client ID"
- choose application type and name
- download .json, rename it to credentials.json and move it to the project directory
- run
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib PyQt6 pyqtdarktheme
- run trayTasks.py
- on linux some systray implementations force the use of gtk. With gtk the entries can not be updated leading to a crash