Skip to content
Nicolas Dickreuter edited this page Oct 15, 2017 · 43 revisions

Welcome to Nicolas Dickreuter's Python Pokerbot

This pokerbot plays automatically on Pokerstars and Partypoker. It works with image recognition, montecarlo simulation and a basic genetic algorithm. The mouse is moved automatically and the bot can play for hours. The binary installer can be downloaded from here: https://sourceforge.net/projects/partypoker-pokerstars-pokerbot/. It will automatically download the latest version of the bot.

You are welcome to contribute to this project in any shape or form (improving the software, doing data analysis, improving the GUI (based on Qt5 designer)). You can create an anaconda virtual environment with the conda env create -f environment.yml -n poker_venv.

The bot has currently been tested with partypoker Supersonic3 table and should also work with 6 player zoom poker on pokerstars. Fake money tables are not supported.

For a start please read the setup instructions.

Clone this wiki locally