Skip to content

shaheislam/gtowizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTO Wizard to Anki Automation

Automated system for capturing GTO poker scenarios from GTO Wizard and converting them into Anki flashcards for study and training.

Features

  • 🎮 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

Prerequisites

  • Node.js (v18+)
  • Python 3.9+
  • Anki desktop application
  • AnkiConnect plugin for Anki
  • GTO Wizard account

Project Structure

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

Quick Start

  1. Install dependencies:
npm install
pip install -r requirements.txt
  1. Configure GTO Wizard credentials in .env

  2. Start AnkiConnect in Anki desktop app

  3. Run the automation:

npm run capture

Configuration

See config/settings.json for customization options.

License

Private project - All rights reserved

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors