Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davehunt/selenidoku


https://github.com/davehunt/selenidoku

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

Selenidoku
==========

Play Sudoku with the [Selenium](http://seleniumhq.org) automation tool!

How to play
-----------

easy_install pip
sudo pip install selenium
python selenidoku.py

Notes
-----

This script hits http://www.websudoku.com/ continuously. Please use
respectfully.

Acknowledgements
----------------

Thanks to Gideon Greenspan and Rachel Lee from
[Web Sudoku](http://www.websudoku.com/) for creating a great online Sudoku
experience.

Most importantly, thanks also to Peter Norvig for the code to [solve Sudoku
games in Python](http://norvig.com/sudoku.html).