pycrossword  0.3
Pure-Python implementation of a crossword puzzle generator and editor
Classes | Functions
pycross.gui Namespace Reference

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...
 

Detailed Description

The GUI app main window implementation – see MainWindow class.

Function Documentation

◆ pluggable()

def pycross.gui.pluggable (   category)

Plugin decorator for custom plugins.