DragonFly On-Line Manual Pages
PYTHONSUDOKU(6) DragonFly Games Manual PYTHONSUDOKU(6)
NAME
Python Sudoku - A sudoku creator/resolver
SYNOPSIS
pysdk-gui.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-gui.py is the graphical interface of Python 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.
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.
Print Options:
--print_command=PRINT_COMMAND
Set the command to print.
Print and PDF Options:
--page=PAGE
Set the page size ("A4", "LEGAL", "LETTER", etc)
--no_title
Don't draw the title text.
--title_font=TITLE_FONT
Set the title font.
--title_colour=TITLE_COLOUR
Set the title colour ("black", "blue", etc)
--title_size=TITLE_SIZE
Set the title font size.
--no_filename
Don't draw the filename.
--filename_font=FILENAME_FONT
Set the filename font.
--filename_colour=FILENAME_COLOUR
Set the filename colour ("black", "blue", etc)
--filename_size=FILENAME_SIZE
Set the filename size.
--four Show 4 sudokus instead of 1.
--show_fonts
Show valids fonts.
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)
Print, PDF and Image Options:
--use_letters
Show letters instead of numbers > 9.
--numbers_only
Show only numbers.
--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
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)