Releases: Andres-Briones/PokerPreflopTrainer
Releases · Andres-Briones/PokerPreflopTrainer
First release
Poker Preflop Trainer v1.0.0
Poker Preflop Trainer is a standalone application that helps poker players improve their preflop decision-making skills by training them to classify hands into the correct buckets. This version includes a user-friendly web interface, automatically opens in your browser, and provides instant feedback on your classifications.
Features:
- Random Poker Hand Generation: Generates two poker cards, which users must classify into a pre-defined bucket.
- Bucket Classification and Feedback: Users enter the bucket classification for each hand, and the app provides immediate feedback on correctness.
- Browser-Based Interface: The app opens automatically in your browser and has an intuitive, easy-to-use interface.
- Standalone Executable: No installation of Python or dependencies is needed—just download, run, and start training!
Installation and Usage:
- Download the binary suitable for your operating system from the Assets section below.
- Run the downloaded executable file: PreFlopTrainer (Only for linux)
- The app will automatically open in your browser. If it doesn’t, open your browser and navigate to
http://127.0.0.1:5000
. - Click "Generate Hand" to start, and enter the bucket you think the hand belongs to.
Notes:
- This is the initial release (v0.1-alpha) of the Poker Preflop Trainer app.
- Future versions may include additional features, such as hand history, custom ranges/buckets, advanced analysis, and expanded training modes.
Acknowledgements:
- Built with Flask and PyInstaller.
Thank you for using Poker Preflop Trainer! Please report any issues or suggestions in the Issues section of this repository.