Metadata-Version: 1.1
Name: genxword
Version: 1.0.3
Summary: A crossword generator
Home-page: https://github.com/riverrun/genxword
Author: David Whitlock
Author-email: alovedalongthe@gmail.com
License: GPLv3
Description: genxword
        ========
        
        A crossword generator
        ---------------------
        
        Description
        -----------
        
        Genxword is a crossword generator written in Python. It works with Python
        2.7 and Python 3.
        
        There are two versions,
        `genxword-gtk <https://github.com/riverrun/genxword/wiki/genxword-gtk>`__,
        which has a graphical user interface, and genxword, which runs from the
        command line.
        
        Both versions create a crossword from a list of words and
        clues. You can save the crossword, with clues, as a pdf file, or you can
        save the empty grid and key in png and/or svg format, together with the
        word bank and clues in a text file.
        
        Features
        --------
        
        -  The crossword can be saved, with clues, as a pdf file, or the empty
           grid and key can be saved in png and/or svg format, together with the
           word bank and clues in a text file.
        -  The crossword can be recalculated multiple times - with the option to
           increase the grid size at each stage.
        -  A dictionary file can be used as the word list. A certain amount of
           words (default 50) will be randomly selected from the file and used
           to make the crossword.
        -  When editing the word list, there is an option to sort it, from the
           shortest to the longest word, and remove non-alphabetic characters.
        -  Multiple languages, including right-to-left languages, such as Hebrew
           and Arabic, are now supported.
        
        Use
        ---
        
        Please read the `wiki <https://github.com/riverrun/genxword/wiki>`__ for
        information about how to use genxword.
        
        Installation
        ------------
        
        To install genxword for Python 3:
        
        ::
        
            pip3 install genxword
        
        To install genxword for Python 2.7:
        
        ::
        
            pip install genxword
        
        Dependencies
        ------------
        
        Genxword depends on pycairo (python-cairo), pygobject (python-gobject or python-gi),
        python-gi-cairo (if you are using a Debian-based system), pango (gir1.2-pango-1.0)
        and gtksourceview3 (gir1.2-gtksource-3.0).
        
        Windows users can download theses dependencies from 
        `here <http://sourceforge.net/projects/pygobjectwin32/files/?source=navbar>`__
        When installing python-gobject, you also need to install gtk3, pango, gdk-pixbuf
        and gtksourceview3.
        
        Authors
        -------
        
        This program has been developed by David Whitlock, and it is based on a
        program originally written by Bryan Helmig.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Office/Business
