Skip to content

a sudoku solver that fills it out for you on a sudoku website

License

Notifications You must be signed in to change notification settings

nexxeln/sudoku.com-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (or whatever website you prefer) 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.

About

a sudoku solver that fills it out for you on a sudoku website

Topics

Resources

License

Stars

Watchers

Forks

Languages