Python Sudoku is a program to create or resolve sudoku puzzles. It features both text and graphical interfaces. It can also print a sudoku (1 or 4 sudokus in each page) and write an image file with a sudoku.
| Tags | Games/Entertainment Puzzle Games |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Release Notes: This release splits pysdk.py into several scripts: pysdk.py, pysdk-pdf.py, pysdk-image.py, and pysdk-gui.py. It simplifies the configuration. A -t|--test option to get the difficulty of a sudoku has been added. A --force option has been added to force that the difficulty of the created sudoku is the same as the given difficulty. This release can open .sdk files between systems with different newlines.


Release Notes: The German translation was updated and an issue with give_one not working in the GUI was fixed.


Release Notes: The options --use_letters and --numbers_only didn't work if reportlab and PIL weren't installed. Correct usage information is shown depending on the modules present.


Release Notes: Two bugs were fixed. The sudoku is not solved in the GUI while player plays. A semi-solved sudoku is not shown by the -s|--solve command.


Release Notes: All the algorithms are used to solve sudokus in the GUI.