DragonFly On-Line Manual Pages

Search: Section:  


PYTHONSUDOKU(6)             DragonFly Games Manual             PYTHONSUDOKU(6)

NAME

Python Sudoku - A sudoku creator/resolver

SYNOPSIS

pysdk-image.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-image.py creates a image with one sudoku.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -w, --whatis Information about what is sudoku. --version Show program's version number and exit. -h, --help Show summary of options. Image Options: --format=FORMAT Set the image format ("png", "jpeg", etc) --width=WIDTH Set the image width in pixels. --height=HEIGHT Set the image height in pixels. --no_background Create a transparent image without background (if the format doesn't support transparency a black background is created) --background=BACKGROUND Set the image background ("white", "blue", etc) --lines=LINES Set the lines colour ("black", "blue", etc) --font=FONT Set the font for the numbers (absolute path or relative to the script) --font_size=FONT_SIZE Set the font size for the numbers. --font_colour=FONT_COLOUR --use_letters Show letters instead of numbers > 9. --numbers_only Show only numbers. Set the font colour for the numbers ("black", "blue", etc)

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: