/PythonBot

Base files for bots based on OpenCV and reading the screen.

Primary LanguagePython

PythonBot

Base files for bots based on OpenCV and reading the screen. Experiment to not rely on data interception. Currently only works in Windows envs as it uses the win32api.

There's two partial game examples as examples, actual functionality is private.

TODO

- GUI

Dependencies

- OpenCV
- Numpy
- win32api
- win32con
- win32gui
- win32ui