DragonFly On-Line Manual Pages

Search: Section:  


PYTHONSUDOKU(6)             DragonFly Games Manual             PYTHONSUDOKU(6)

NAME

Python Sudoku - A sudoku creator/resolver

SYNOPSIS

pysdk-pdf.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-pdf.py creates a PDF with one or four sudokus in each page and also can print this PDF using a external program as lpr.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -p, --print Print a sudoku. -w, --whatis Information about what is sudoku. --version Show program's version number and exit. -h, --help Show summary of options. 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. --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) --use_letters Show letters instead of numbers > 9. --numbers_only Show only numbers. Print Options: --print_command=PRINT_COMMAND Set the command to print.

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: