GiovanniBruno22 / PythonBeginners

This repository is meant for new developers to submit first pull requests to and get reviews from peers.
17 stars 22 forks source link

timer in python #26

Closed SeDe-cmd closed 11 months ago

SeDe-cmd commented 12 months ago

The timer uses the interface tkinter. With threading the application may use several more functions while the timer is running. This makes it possible to create more features such as pausing the timer or ingeneral having the application perform different tasks while the timer is running.