This project uses Google's Gemini API to generate words and hints to generate a crossword puzzle.
- Clone the Repository
git clone https://github.com/bsach64/CrosswordPuzzleGenerator
cd CrosswordPuzzleGenerator
- Create a
.env
file - Create an env variable GOOGLE_API_KEY="PASTE_YOUR_API_KEY"
- Run
pip install -r requirements.txt
- Run
python app.py