GUI Sudoku Solver | Python Tutorial | Part - 1

Опубликовано: 11 Март 2025
на канале: Sharnav's Tech
10,047
131

Hey Everyone, Welcome back to my python tutorial. In this tutorial, I am going to show you, how to create a GUI Sudoku Solver, using Python and tkinter.
=================
In this part, we will design the GUI of the program, and take the Input from the user. In the next part, we will write the algorithm for solving the Sudoku.
=================
• Drop a LIKE on the video, and SUBSCRIBE for more such tutorials!
• Follow me on Instagram: @techy_sharnav.
=================
Timestamps:

0:00 - Introduction
1:02 - Importing Library
1:14 - Writing Some Code
4:47 - Writing the Validation Function
5:05 - Registering the Function
5:31 - Writing function to draw 3x3 Grid
8:31 - Writing function to draw 9x9 Grid
11:07 - Writing function to clear the Sudoku
12:38 - Writing function to get Input from the user
14:50 - Wring Some Code for Buttons
16:04 - Calling the Functions
16:18 - Saving the Program
16:29 - Running the Program
16:48 - Outro