Python Sudoku is a text and graphical (gtk interface) program to create or resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write a image (png, jpeg, etc) with a sudoku.
New in version 0.12:
-Creation of sudokus with different difficulties (--difficulty): easy, normal or hard
-Added --use_letters to use letters for numbers > 9 (default) and --numbers_only to use always numbers.
-Added -m|--modules option to show modules not found
-Configuration files support
-Use PIL version < 1.1.5 (Antti Kuntsi (mickut))
-Catalonian translation (Daniel Fdez Carrodeguas)
-German translation (Mario Blättermann)
-Polish translation (hermitt)
-Fixed Bug #1373038: Wrong grammer provided by --help option