This is a minesweeper solver ( python winmine.exe auto cruiser ) .
You can play it only with Python and wxPython. ( Not use SendKeys, PIL, etc. )
( This program is tested on Windows 7 / Python 2.5 / wxPython 2.8.6 . )
Bundled 'winmine.exe' has a JAPANESE windowclassname.
So you should better to use your own 'winmine.exe'
and modify TARGETWCLASS value in 'wxAutoMine.py'.
- (web) http://idobatter.github.com/wxAutoMine/
- (git repository) https://github.com/idobatter/wxAutoMine/
- (wiki) https://github.com/idobatter/wxAutoMine/wiki
- Python 2.5 ( http://www.python.org/ )
- wxPython 2.8.6 ( http://wxpython.org/ )
- HatsuneMiku ( http://HatsuneMiku.github.com/HatsuneMiku/ )
Python で マインスイーパ を 自動操縦
標準モジュールのみ ( ctypes ) と wxPython で動作します。