pycrossword
0.3
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
class | pycross.gui.GenThread |
Crossword generation thread class. More... | |
class | pycross.gui.ShareThread |
Crossword sharing (in social networks) thread class. More... | |
class | pycross.gui.MainWindow |
The application's main GUI window. More... | |
Namespaces | |
pycross.gui | |
Functions | |
def | pycross.gui.pluggable (category) |
Plugin decorator for custom plugins. More... | |