Automated system for capturing GTO poker scenarios from GTO Wizard and converting them into Anki flashcards for study and training.
- 🎮 Automated navigation of GTO Wizard interface
- 📸 Screenshot capture of poker scenarios and solutions
- 🃏 Anki flashcard generation with proper formatting
- 📚 Automatic deck organization by situation type
- 🔄 Batch processing capabilities
- 📊 Progress tracking and logging
- Node.js (v18+)
- Python 3.9+
- Anki desktop application
- AnkiConnect plugin for Anki
- GTO Wizard account
gtowizard/
├── src/
│ ├── browser/ # Playwright browser automation
│ ├── capture/ # Screenshot capture logic
│ ├── anki/ # Anki integration
│ ├── processors/ # Image and data processing
│ └── utils/ # Utility functions
├── config/ # Configuration files
├── templates/ # Anki card templates
├── output/ # Generated flashcards and screenshots
└── scripts/ # Setup and utility scripts
- Install dependencies:
npm install
pip install -r requirements.txt-
Configure GTO Wizard credentials in
.env -
Start AnkiConnect in Anki desktop app
-
Run the automation:
npm run captureSee config/settings.json for customization options.
Private project - All rights reserved