A Simple Countdown Timer made in python using tkinter and win10toast
NOTE THAT THIS APP IS ONLY FOR WINDOWS BECUZ WIN10TOAST IS WINDOWS 10 ONLY!
The code is small and simple
This app required python to be installed in your computer
This app also requires some packages like tkinter and win10toast. They can be installed by entering the following commands in the command prompt/terminal:
pip install tkand
pip install win10toastAlternatively, you can also install all of these packages by entering one command in the command prompt/terminal by navigating to the path where the repository is downloaded and entering the following command:
pip install -r dependencies.txtSTEP 1 - Make sure your python and pip is up to date
STEP 2 - Download the exe file provided in the latest release
STEP 3 - Run the exe file and you are good to go :)
