GUI Interface with a random Sudoku being generated and with two buttons: one for solving it, and one for restarting the Sudoku and generate a new one.
As I found the Eel Repository here on Github, I had the idea to create a Sudoku Solver to learn more about algorithms using my main programming language (Python) and learn more about JavaScript, HTML and CSS
Using the Backtracking Algorithm (also known as Brute Force), I could find solutions for all sudokus in a reasonable amount of time.
- Python - Programming Language used (I also used JavaScript, HTML and CSS).
- Eel - Main library used on this project
- Sudoku Database
- Algorithm - Where I found Algorithms to solve my sudoku
- Matheus Assis - GitHub
This project is licensed under the MIT License - see the LICENSE.md file for details.
Thanks for visiting my GitHub! <3