Skip to content

Rehcramon/MasterDuelCardTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.