Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba3f933

Browse files
Update README.md
1 parent c252d34 commit ba3f933

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

β€Ž0x17-Sudoku/SudokuGui/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ Solve any Suduko puzzle using this solver GUI built using Python and Tkinter.
33
The code uses a backtracking algorithm to solve the puzzle.
44

55
<h2>Running the Program</h2>
6-
There are two ways to run the program. The first of which involves using the GUI. Begin by importing gui.py into your IDE of choice. Then run the program and a window will appear.
7-
Input your chosen Sudoku puzzle into the cells of the window. Leave any empty cells blank. Then simply click "solve" to complete the puzzle or "clear" to clear the puzzle.<br>
8-
<br>
6+
There are two ways to run the program.
7+
8+
* The first of which involves using the GUI. Begin by importing gui.py into your IDE of choice. Then run the program and a window will appear.
9+
* Input your chosen Sudoku puzzle into the cells of the window. Leave any empty cells blank. Then simply click "solve" to complete the puzzle or "clear" to clear the puzzle.
910

1011
Alternatively, you can run the program without a GUI using the solver.py script. Simply import the script into your IDE of choice. Then fill out the 2D board vector at the top of the file.
1112
Fill in empty cells with a zero. After filling in the board vector, you can run the program. The output will be printed to the console.
13+
## Screenshot
14+
![Screenshot from 2023εΉ΄07月09ζ—₯ 16-01-17](https://github.com/victorpreston/Python-CodeNest/assets/112781610/d56d7904-32db-4da3-8335-101a96de6e82)
1215

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /