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

https://github.com/cgoldberg/sudokubot

selenium webdriver browser-bot that solves sudoku puzzles
https://github.com/cgoldberg/sudokubot

Last synced: 8 months ago
JSON representation

selenium webdriver browser-bot that solves sudoku puzzles

Awesome Lists containing this project

README

          

=========
sudokubot
=========

selenium webdriver browser-bot that solves sudoku puzzles.

------------
Requirements
------------

* Python 2.6+
* Selenium WebDriver client bindings::

pip install selenium

------------
Instructions
------------

pure Selenium WebDriver version::

$ python sudokubot.py

SST framework version::

$ sudo pip install -U sst
$ sst-run sudokubot-sst

----
Info
----

* http://seleniumhq.org/
* http://testutils.org/sst
* https://launchpad.net/selenium-simple-test
* http://www.websudoku.com/
* http://norvig.com/sudoku.html
* http://en.wikipedia.org/wiki/Sudoku