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
- Host: GitHub
- URL: https://github.com/cgoldberg/sudokubot
- Owner: cgoldberg
- Created: 2011-10-09T12:10:34.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-28T21:15:29.000Z (about 13 years ago)
- Last Synced: 2025-01-11T15:23:05.139Z (9 months ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.pySST 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