PokerNow-Helper

Helper to play poker via GitLab project PokerNow (https://www.pokernow.club/)

Current Features:

  1. Logs in using user's computer name using Selenium
  2. Beautiful soup scrapes user's cards through keyboard input

To do:

  1. Calculate pre-flop odds
  2. List potential 'made hands' given the current board
  3. Evaluate decisions based on the current pot/bet size

Prerequisites:

  1. pip install selenium
  2. pip install beautifulsoup4
  3. pip install pynput