Skip to main content

Select, generate and play always-unique crosswords.

Project description

crossword_puzzle

cross-main-pic licence PyPI version Publish to PyPI.org release issues CodeQL Tests

An educational GUI package built with CustomTkinter that allows you to select, configure and generate a crossword to view, interact with and complete in a Flask web application.

Dependencies

Babel customtkinter Flask flask_babel Pillow regex

Installation

requires pip

If using python or pip doesn't work, try using python3 or pip3

  • Make a virtual environment and activate it (recommended):
pip install virtualenv
python -m venv venv
MacOS/Unix: source venv/bin/activate
Windows: venv\scripts\activate
  • Install the package in your system directory/virtual environment:
pip install -U crossword-puzzle

or, install the package in your home directory if you aren't using a virtual environment:

pip install --user -U crossword-puzzle
  • Initialise the GUI through the entry point:
crossword-ctk
  • You can deactivate your virtual environment when you are done:
deactivate

Documentation

Check out the wiki here

Third-party library acknowledgements

  • Zoomooz.js - jQuery library for making webpage elements zoomable
  • Flask - Web framework for the crossword web application
  • Babel - l10n functionality and management of message catalogues
  • flask-babel - i18n integration for the Flask web application
  • CustomTkinter - Creation of the main GUI
  • Google.Cloud.Translation.V2 - Translation of locales
  • Pillow - Image processing services
  • regex - Alternative to the standard re module, required for some functionality

Other acknowledgements

Gallery

crossword puzzle home
crossword puzzle browser
crossword puzzle game english
crossword puzzle game japanese

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crossword_puzzle-1.2.70.tar.gz (3.9 MB view hashes)

Uploaded Source

Built Distribution

crossword_puzzle-1.2.70-py3-none-any.whl (5.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page