/MasterDuelCardTranslator

A tool for translating card details in Yu-Gi-Oh! Master Duel.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Master Duel Card Translator Project

A tool for translating card details in Yu-Gi-Oh! Master Duel. Short for MDCT. Use OCR to recognize text in cards.

Quick Start

  1. Download the latest release and unzip it.
  2. Run MasterDuelCardTranslator.exe.

Run with Code

  1. Of course, install Python 3 before start.
  2. Install Tesseract executable. Add it to PATH (the environment variable).
  3. Install pyautogui and pytesseract by pip.
  4. Run MasterDuelCardTranslator.py.