pycrossword  0.4
Pure-Python implementation of a crossword puzzle generator and editor
Namespaces
pycross Namespace Reference

Namespaces

 crossword
 Core low-level crossword generation objects.
 
 cwordg
 Main application entry-point module that creates and launches the GUI app – see main() function.
 
 dbapi
 Implements classes to work with SQLite databases created from Hunspell dictionaries.
 
 forms
 Classes for all the GUI app's forms except the main window.
 
 gui
 The GUI app main window implementation – see MainWindow class.
 
 guisettings
 Stores a single global configurations object - CWSettings::settings together with methods to load from and save to compressed JSON files.
 
 plugins
 
 utils
 
 wordsrc
 Implements the Wordsource base class and its derivatives – various sources of words for generating crosswords.