GUI Sudoku Solver | Python Tutorial | Part - 1

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Part 2 is out!


Please do watch and LIKE and SUBSCRIBE if you find it useful.

SharnavTech
Автор

Hey bro, really nice video. But I have a suggestion: make some pauses while you write the code to explain how it works. By doing that, it will be easier to understand what we are doing. Nevertheless, great work, mate!

angelothomos
Автор

Bro please.. help me I'm facing a problems.... like input number and 3x3 girl alignment is wrong.... please.. help sir

brwn_beast
Автор

When I am running the program my screen is not coming what shall I do pls help me

unfilteredvrg
Автор

Can you please tell me which software you have used for this project?

mrida
Автор

great video but there is an error when you are creating clearvalues. for column in range(2, 11) instead (1, 10)

jirivchi
Автор

I have an error in this code...this shows that 'P' is not defined
Pls help

ayushigupta
Автор

how can we insert values in the Entry values from an API

theonlinesurfer
Автор

Solve button not show in output, pls help

munapm