/CrosswordPuzzleGenerator

This project uses Google Gemini's API to generate words and hints (words can also be given by the user) to generate a crossword puzzle.

Primary LanguagePython

Crossword Puzzle Generator

This project uses Google's Gemini API to generate words and hints to generate a crossword puzzle.

How to Run the Project Locally

  1. Clone the Repository git clone https://github.com/bsach64/CrosswordPuzzleGenerator
  2. cd CrosswordPuzzleGenerator
  3. Create a .env file
  4. Create an env variable GOOGLE_API_KEY="PASTE_YOUR_API_KEY"
  5. Run pip install -r requirements.txt
  6. Run python app.py

Demo

Homepage

Homepage

Puzzle

Puzzle

Solution

solution