pycrossword
0.2
Pure-Python implementation of a crossword puzzle generator and editor
|
▼Npycross | |
▼Nbrowser | |
CBrowser | |
CBrowserWindow | |
CDownloadManagerWidget | |
CDownloadWidget | |
CTabWidget | |
CWebPage | |
CWebPopupWindow | |
CWebView | |
▼Ncrossword | |
CCoords | This is a base class for word objects, basically consisting of a pair of (x, y) coordinates: the start coordinate given by Coords::start and the end coordinate given by Coords::end |
CCrossword | Implementation of a crossword puzzle with auto generation functionality |
CCWError | General-purpose crossword exceptions |
CCWInfo | A simple structure to hold crossword meta information, such as title, author, etc |
CCWStopCheck | Generation interrupt exception |
CCWTimeoutError | Generation timeout exception |
CMLStripper | Utility class that converts HTML text to plain text |
CWord | Implementation of a single word in a hypothetical crossword |
CWordgrid | Core crossword implementation - a grid of characters + internal Word objects |
▼Ndbapi | |
CSqlitedb | SQLite database driver implementation wrapping the standard Python sqlite3 methods |
▼Nforms | |
CAboutDialog | |
CBasicDialog | Base class for OK-Cancel type dialogs |
CBrowseEdit | Edit field with internal 'Browse' button to file or folder browsing |
CBrowseEditDelegate | |
CClickableLabel | |
CCrosswordMenu | |
CCwInfoDialog | |
CCwTable | |
CDefLookupDialog | |
CKloudlessAuthDialog | |
CLoadCwDialog | Crossword creation dialog providing options to populate the crossword grid |
CPasswordDialog | |
CPrintPreviewDialog | |
CReflectGridDialog | |
CSettingsDialog | |
CShareDialog | |
CToolbarCustomizer | Toolbar customizer widget (incorporated by SettingsDialog) |
CWordSrcDialog | Word source editor dialog: provides adding and editing word sources |
CWordSuggestDialog | |
▼Ngui | |
CGenThread | Crossword generation thread class |
CMainWindow | The application's main GUI window |
CShareThread | Crossword sharing (in social networks) thread class |
▼Nguisettings | |
CCWSettings | |
▼Nutils | |
▼Nonlineservices | |
CCloudstorage | |
CGoogleSearch | |
CMWDict | |
COnlineDictionary | |
CShare | |
CYandexDict | |
▼Nsynteditor | |
CSynEditor | Scintilla-based Python editor Adapted from this example and this addition |
CSynEditorWidget | |
▼Nupdate | |
CUpdater | |
▼Nutils | |
CJsonHiliter | Syntax highlighter class for JSON |
CQThreadStump | |
▼Nwordsrc | |
CDBWordsource | SQLite database word source implementation |
CMultiWordsource | Combined word source that stores other Wordsource-derived objects and provides the same interface for fetching the results |
CTextfileWordsource | Word source generated from a text file |
CTextWordsource | Word source based on a simple list of strings (stored in memory) |
CWordsource | Base class for word source objects |
▼Nutils |