Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davehunt/selenidoku
https://github.com/davehunt/selenidoku
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davehunt/selenidoku
- Owner: davehunt
- Created: 2011-08-11T14:17:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-11T14:29:21.000Z (over 13 years ago)
- Last Synced: 2024-10-31T01:12:50.556Z (2 months ago)
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pyNotes
-----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).