Helper to play poker via GitLab project PokerNow (https://www.pokernow.club/)
Current Features:
- Logs in using user's computer name using Selenium
- Beautiful soup scrapes user's cards through keyboard input
To do:
- Calculate pre-flop odds
- List potential 'made hands' given the current board
- Evaluate decisions based on the current pot/bet size
Prerequisites:
- pip install selenium
- pip install beautifulsoup4
- pip install pynput