Skip to content

A pomodoro timer written in python with a tkinter GUI

Notifications You must be signed in to change notification settings

GetGit-M-Link/pomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Pomodoro Timer written in python with a tkinter GUI

inspired by the course 100 days of python on udemy

This timer sents a messages via gotify if the time is up. The Gotify server was already part of my homeautomation setup, that I setup at another time on my Rasberry Pi. To get your own gotify-server follow these instructions: https://gotify.net/docs/install

To send the message a second .py-file named credentials.py is needed containing a dictionary named gotify in the following format:

gotify = {
    'url': "GOTIFY-SERVER-URL",
    'token': 'GOTIFY_TOKEN',
    }

Screenshot_20240412_102009

Screenshot_20240412_101620

About

A pomodoro timer written in python with a tkinter GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages