All Projects → pokerregion → Poker

pokerregion / Poker

Licence: mit
Poker framework for Python

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Poker

rs-poker
No description or website provided.
Stars: ✭ 32 (-87.1%)
Mutual labels:  poker
Rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Stars: ✭ 980 (+295.16%)
Mutual labels:  poker
Deep Cfr
Scalable Implementation of Deep CFR and Single Deep CFR
Stars: ✭ 158 (-36.29%)
Mutual labels:  poker
BitPoker
Decentralised peer to peer poker, using bitcoin
Stars: ✭ 36 (-85.48%)
Mutual labels:  poker
Casino Holdem
PHP 7+ Texas Holdem extension to Cysha/Casino
Stars: ✭ 17 (-93.15%)
Mutual labels:  poker
Node Poker Odds Calculator
A pre-flop and post-flop odds calculator for Texas Holdem.
Stars: ✭ 48 (-80.65%)
Mutual labels:  poker
cypherpoker.js
An open source peer-to-peer poker platform with cryptocurrency integration written in JavaScript.
Stars: ✭ 72 (-70.97%)
Mutual labels:  poker
Pokerrl
Framework for Multi-Agent Deep Reinforcement Learning in Poker
Stars: ✭ 214 (-13.71%)
Mutual labels:  poker
Poker
Fully functional Pokerbot that works on PartyPoker and PokerStars, scraping tables with Open-CV (adaptable via gui) and making decisions based on a genetic algorithm and montecarlo simulation for poker equity calculation. Binaries can be downloaded with this link:
Stars: ✭ 873 (+252.02%)
Mutual labels:  poker
Pluribus
Implementation of Pluribus by Noam Brown & Tuomas Sandholm, a Superhuman AI for 6-MAX No-Limit Holdem Poker Bot.
Stars: ✭ 92 (-62.9%)
Mutual labels:  poker
Neuron poker
Texas holdem OpenAi gym poker environment with reinforcement learning based on keras-rl. Includes virtual rendering and montecarlo for equity calculation.
Stars: ✭ 299 (+20.56%)
Mutual labels:  poker
Casino Server
🔥 An online poker game server powered by Redis, node.js and socket.io
Stars: ✭ 721 (+190.73%)
Mutual labels:  poker
Texas Hold Em Poker
德州扑克服务器Go实现
Stars: ✭ 53 (-78.63%)
Mutual labels:  poker
ACE eval
7-card Poker Hand Evaluator in 577 bytes
Stars: ✭ 36 (-85.48%)
Mutual labels:  poker
Skpokereval
7-card Texas Hold'em hand evaluator
Stars: ✭ 193 (-22.18%)
Mutual labels:  poker
Cards.jl
A package for representing hands of cards (quite compactly)
Stars: ✭ 41 (-83.47%)
Mutual labels:  poker
Pokr
Make agile estimating and planning easy with our online planning or scrum poker tool
Stars: ✭ 44 (-82.26%)
Mutual labels:  poker
Casinosclient
果派德州客户端源代码,使用Unity3D引擎。
Stars: ✭ 217 (-12.5%)
Mutual labels:  poker
Qnmahjongserver
房卡麻将棋牌解决方案
Stars: ✭ 196 (-20.97%)
Mutual labels:  poker
Pypokergui
GUI application for PyPokerEngine
Stars: ✭ 72 (-70.97%)
Mutual labels:  poker

Poker framework for Python

|travis| |coveralls| |pythons| |release| |license| |wheel| |downloads|

A Python framework for poker related operations.

It contains classes for parsing card Suits, Cards, Hand combinations (called Combos), construct hand Ranges and check for syntax, parse Hand histories.

It can get information from poker related websites like Pocketfives, TwoplusTwo Forum, or PokerStars website by scraping them. In the long term, it will have a fast hand evaluator and an equity calculator.

It uses the MIT license, so its code can be used in any product without legal consequences.

It aims for quality, fully tested code and easy usability with nice APIs, suitable for beginners to play with.

Documentation

https://poker.readthedocs.org/

State of the project

As you can see, there is not much activity from me, because I don't play poker anymore and I don't have motivation to develop this library. The PokerStars parser is broken because a small change in PokerStars hand history format. A serious investment/donation would be required to allow me to work on this library.

License

The MIT License (MIT)

Copyright (c) 2013-2019 Kiss György

Repo and contact

| Repo: https://github.com/pokerregion/poker | @kissgyorgy <https://twitter.com/kissgyorgy>_ on twitter | or you can reach me on my public Github e-mail <https://github.com/kissgyorgy>_.

.. |travis| image:: https://travis-ci.org/pokerregion/poker.svg?branch=master :target: https://travis-ci.org/pokerregion/poker

.. |coveralls| image:: https://coveralls.io/repos/pokerregion/poker/badge.png?branch=master :target: https://coveralls.io/r/pokerregion/poker?branch=master

.. |pythons| image:: https://img.shields.io/pypi/pyversions/poker.svg :target: https://pypi.python.org/pypi/poker/ :alt: Supported Python versions

.. |release| image:: https://img.shields.io/pypi/v/poker.svg :target: https://pypi.python.org/pypi/poker/ :alt: Latest Version

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg :target: https://github.com/pokerregion/poker/blob/master/LICENSE :alt: MIT License

.. |downloads| image:: https://img.shields.io/pypi/dm/poker.svg :target: https://pypi.python.org/pypi/poker/ :alt: Downloads

.. |wheel| image:: https://img.shields.io/pypi/wheel/poker.svg :target: https://pypi.python.org/pypi/poker/ :alt: Wheel package

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].