link to Youtube Video demo- https://youtu.be/qyc4UK2quVU?feature=shared
Installs -
Windows - Tkinter is usually pre-installed with Python. Reinstall Python if missing. Install tkinter , use cmnd prompt on Windows pip install tkinter
MacOS - Install Tkinter via brew install python-tk or brew install tcl-tk.
Ubuntu/Debian - Use sudo apt install python3-tk to install tkinter libary
Arch Linux - Use sudo pacman -S tk to install tkinter
Fedora - Use sudo dnf install python3-tkinter to install tkinter