Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 510 Bytes

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