DragonFly On-Line Manual Pages

Search: Section:  


PYTHONSUDOKU(6)             DragonFly Games Manual             PYTHONSUDOKU(6)

NAME

Python Sudoku - A sudoku creator/resolver

SYNOPSIS

pysdk.py [options] files...

DESCRIPTION

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 an image (png, jpeg, etc) with a sudoku. pysdk.py creates/solves sudokus with different difficulties.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -c, --create Create a sudoku. -w, --whatis Information about what is sudoku. --version Show program's version number and exit. -h, --help Show summary of options. Creation Options: --difficulty=DIFFICULTY Set the difficulty of the sudoku (hard, normal, easy) --handicap=HANDICAP Set the handicap of the sudoku (0 = insane, 1 = insane + 1 extra number, etc) --region_width=REGION_WIDTH Set the region width. The board will be HxW grid of WxH grids. --region_height=REGION_HEIGHT Set the region height. The board will be HxW grid of WxH grids. Visualization Options: --use_letters Show letters instead of numbers > 9. --numbers_only Show only numbers.

AUTHOR

Python Sudoku was written by Xose Otero <xoseotero@users.sourceforge.net>.

REPORTING BUGS

Report bugs to <pythonsudoku-users@lists.sourceforge.net>. August 1, 2006 PYTHONSUDOKU(6)

Search: Section: