Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 722 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 722 Bytes

X-WORD

Artificial Intelligence course (CS 461) Term Project and Homework

X-WORD is a clue generator for New York Times' daily mini crossword puzzles. X-WORD checks the solution of the puzzle and generates a new puzzle with same solutions but new clues.


Guideline
  • Make sure pip has been installed: How to install PIP
  • Run the following command in the Project directory: pip install -r requirements.txt
  • For Selenium WebDriver install and locate browser driver: Install drivers
  • For test run the following command in Project directory: python3 demo.py