Skip to content

Snster146/Sudoku-Solver-in-Python-With-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

link to Youtube Video demo- https://youtu.be/YSPVBv4Z4R8?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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages