preview

Built with

Prerequisites

Usage

  • Clone the repository: git clone https://github.com/nexxeln/sudoku.com-solver
  • Create a new virtual environment: python -m venv venv
  • Activate the virtual environment
    • Windows: venv/Scripts/activate
    • Linux: venv/bin/activate
    • MacOS: venv/bin/activate
  • Install the dependencies: pip install -r requirements.txt
  • Go to sudoku.com and create a new game
  • Run the program: python sudoku.py
  • Enter all the rows of the puzzle in the terminal, for the empty cells enter 0
    terminal
  • Click on the first cell of the puzzle within 10 seconds to start solving
    click
  • Do not mess with your mouse or press any keys until the program finishes
  • Wait for the magic to happen ?

Contributing

If you think you can improve the code or add new features, please open an issue or pull request.

GitHub

View Github