Timer built using python from scratch !
Install tkinter on linux using -
sudo apt-get install python3-tk
Install pygame on linux using -
sudo apt-get install python3-pygame
Install tkinter on windows using -
pip install tk
Install pygame on windows using -
pip install pygame
Install tkinter on macOS using -
pip3 install tk
Install pygame on macOS using -
pip3 install pygame