community upload

OpenClaw Workspace

by @zaharenok

zaharenok OpenClaw Workspace OpenClaw AI agent workspace - configuration, memory, skills, and automation scripts Discovery Metadata - Repository: zaharenok/o...

๐Ÿƒ Poker Strategy - Complete Preflop System

Texas Hold'em GTO Strategy Python 3.10+ Complete


๐Ÿ“š Overview

Complete poker preflop strategy system based on Game Theory Optimal (GTO) principles. This repository contains preflop charts, an interactive Python trainer, online resources, and mathematical foundations for Texas Hold'em 6-Max cash games.

Perfect for: Beginners to intermediate players who want to master preflop play.


๐ŸŽฏ What's Included

๐Ÿ“– Complete Theory (PREFLOP_STRATEGY.md)

  • GTO-based ranges for every position
  • Equity tables and mathematics
  • Rules for different hand types
  • Position value analysis
  • Bankroll management tips

๐Ÿ“Š Quick Reference Chart (PREFLOP_CHART_QUICK.txt)

  • Visual table for instant lookup
  • Color-coded actions (โœ… RAISE | โŒ FOLD | โšก DEPENDS)
  • Print-ready format
  • All positions covered (UTG โ†’ BTN โ†’ Blinds)

๐ŸŽฎ Interactive Trainer (preflop_trainer.py)

  • Practice with random hands and positions
  • Real-time feedback on decisions
  • Score tracking and mistake analysis
  • Customizable question count
  • Progressive difficulty

๐ŸŒ Online Resources (ONLINE_RESOURCES.md)

  • Preflop Prodigy (Upswing Poker) โ€” FREE solver-backed charts
  • GTO Wizard โ€” Professional AI solver
  • Comparison of tools
  • Learning roadmap

๐Ÿ“– Quick Start (README.md)

  • 3 essential rules
  • Hand categories guide
  • Quick reference card
  • Next steps

๐Ÿ“˜ Complete Guide (COMPLETE_GUIDE.md)

  • Step-by-step learning plan
  • Progress tracking
  • Success metrics
  • Pro tips

๐Ÿš€ Quick Start

Option 1: Train Now (10 minutes)

# Clone the repo
git clone https://github.com/zaharenok/poker-strategy.git
cd poker-strategy

# Run the trainer
python3 preflop_trainer.py

Option 2: Study First

# Read the complete guide
cat COMPLETE_GUIDE.md

# Then practice
python3 preflop_trainer.py

Option 3: Use Online Tools

  1. Open Preflop Prodigy: https://upswingpoker.com/preflop/
  2. Choose your position
  3. Study the solver-backed charts
  4. Come back here to practice

๐Ÿ“Š Core Concepts

The 3 Golden Rules:

  1. โœ… Never limp (except pairs 22-99 for set-mining)
  2. โœ… Position > Cards (BTN is always better than UTG)
  3. โœ… Tight is right (start tight, expand later)

Position Value:

PositionProfit (BB/100)Action
BTN+30Raise wide
CO+10Raise wide
MP0Be selective
UTG-10Only premium

Hand Categories:

  • ๐Ÿ”ฅ Premium: AA, KK, QQ, AK โ†’ Always raise
  • ๐Ÿ’ช Strong: JJ, TT, AQ, KQ โ†’ Raise from position
  • ๐ŸŽฒ Speculative: Suited connectors, small pairs โ†’ Deep stacks only
  • โŒ Trash: Weak offsuit โ†’ Always fold

๐ŸŽ“ Learning Path

Week 1: Foundation

  • Read COMPLETE_GUIDE.md
  • Understand position value
  • Learn "green zone" hands (RAISE ALWAYS)
  • Practice with trainer (20 questions/day)

Week 2-3: Practice

  • Daily trainer: 20 questions
  • Focus on weak positions
  • Use Preflop Prodigy for verification
  • Goal: 80%+ accuracy

Week 4: Mastery

  • Try GTO Wizard (free trial)
  • Analyze your own hands
  • Study postflop play
  • Goal: 90%+ accuracy

๐Ÿ› ๏ธ Technical Details

Trainer Script (preflop_trainer.py)

  • Language: Python 3.10+
  • Dependencies: None (standard library only)
  • Features:
    • Random hand generation
    • Position-based ranges
    • Real-time feedback
    • Score tracking
    • Mistake analysis by position

Usage:

# Interactive mode
python3 preflop_trainer.py

# Specify question count
echo -e "20\n" | python3 preflop_trainer.py

# Run multiple rounds
for i in {1..5}; do echo -e "10\n" | python3 preflop_trainer.py; done

๐ŸŒ Free Online Tools

Preflop Prodigy (Upswing Poker)

GTO Wizard

  • URL: https://gtowizard.com
  • Cost: Freemium (free trial available)
  • Features:
    • AI solver (millions of spots)
    • Practice trainer
    • Game analysis
    • ICM support

๐Ÿ“ˆ Progress Tracking

Success Metrics:

  • Beginner: 70%+ accuracy on trainer
  • Intermediate: 80%+ accuracy, know "green zone"
  • Advanced: 90%+ accuracy, use GTO Wizard
  • Expert: Sustained profit, postflop mastery

Common Mistakes:

  • โŒ Limping with premium hands
  • โŒ Calling 3-bets with weak hands
  • โŒ Defending too wide OOP
  • โŒ Playing trash hands from UTG

๐Ÿ’ก Pro Tips

โœ… DO:

  • Follow position guidelines
  • Study with Preflop Prodigy
  • Practice daily with trainer
  • Review your mistakes
  • Start tight, expand later

โŒ DON'T:

  • Don't limp with AA-QQ
  • Don't call 3-bets with weak hands
  • Don't auto-pilot (think!)
  • Don't neglect position
  • Don't play trash hands

๐Ÿ“ File Structure

poker-strategy/
โ”œโ”€โ”€ README.md                   โ† This file
โ”œโ”€โ”€ COMPLETE_GUIDE.md           โ† ๐Ÿ“˜ Full guide (START HERE!)
โ”œโ”€โ”€ PREFLOP_STRATEGY.md         โ† ๐Ÿ“– Theory + math
โ”œโ”€โ”€ PREFLOP_CHART_QUICK.txt     โ† ๐Ÿ“Š Quick chart (printable!)
โ”œโ”€โ”€ preflop_trainer.py          โ† ๐ŸŽฎ Interactive trainer
โ”œโ”€โ”€ ONLINE_RESOURCES.md         โ† ๐ŸŒ Free + paid tools
โ””โ”€โ”€ LICENSE                     โ† MIT License

๐Ÿค Contributing

This is a personal project for learning purposes. However, suggestions and improvements are welcome!

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


๐ŸŽ“ Acknowledgments

  • Upswing Poker โ€” Preflop Prodigy (free charts)
  • GTO Wizard โ€” Solver technology and education
  • Matthew Janda โ€” "Applications of No-Limit Hold'em"
  • Sklansky & Miller โ€” "No Limit Hold'em: Theory and Practice"

๐Ÿ“ž Support

For questions or feedback:

  • Open an issue on GitHub
  • Study the COMPLETE_GUIDE.md
  • Use the preflop_trainer.py to practice

๐Ÿš€ Next Steps

  1. โญ Star this repo if you find it helpful
  2. ๐Ÿ“– Read the complete guide
  3. ๐ŸŽฎ Practice with the trainer
  4. ๐ŸŒ Explore Preflop Prodigy
  5. ๐Ÿ“ˆ Track your progress

Remember: Position > Cards | Tight is Right | Practice Makes Perfect

Made with love For Poker Players Based on GTO

Workspace

Current published snapshot. New publishes overwrite this view.

Download .zip
212 FilesUpdated 2026-03-08 10:25:29 UTC36 redactions5 blocked
Published via backfill-null-source-repo-v1
AGENTS.mdtext ยท 12.4 KB

Source Repository

Original GitHub repository for this setup.

Community

No comments yet.