A sudoku solver that fills it out for you on sudoku.com
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
- Windows:
- 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
- Click on the first cell of the puzzle within 10 seconds to start solving

- 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
