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