pycrossword
0.4
Pure-Python implementation of a crossword puzzle generator and editor
|
Namespaces | |
globalvars | |
Most application globals are placed here for convenience. | |
graphs | |
Used to display statistics for the current crossword in the web browser using the Altair package. | |
onlineservices | |
Provides interfaces for the online services used by the app: Yandex and MW online dictionaries, Google search engine, Kloudless cloud storage and Shareaholic social sharing service. | |
pluginbase | |
User plugin platform to extend pyCrossword functionality based on Yapsy. | |
pluginmanager | |
User plugin manager for custom plugins based on Yapsy. | |
synteditor | |
Scintilla-based Python editor and its customized version for user plugin developers. | |
undo | |
Undo / Redo history support using a simple list-based approach. | |
update | |
Support for application updates from the PyPi or Github servers. | |
utils | |
General container for utility functions and classes used across the entire application. | |