Skip to content

A tool to automate importing Yu-Gi-Oh decks to Tabletop Simulator

License

Notifications You must be signed in to change notification settings

jansenmtan/YGOtoTTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YGOtoTTS

A tool to automate importing Yu-Gi-Oh decks to Tabletop Simulator

This is done by using YGOPRODeck (.ydk) files found at https://ygoprodeck.com and using the API at https://db.ygoprodeck.com.

Setup

Get the program at the release page.

Your directory should look like this:

general yu-gi-oh folder
|
├── sub folder
|   └── your favorite deck.ydk
|
├── other sub folder
|   └── meta deck.ydk
|
├── YGOtoTTS program
|
└── ...

Usage

Run the program. The deck is ready to spawn in-game in Tabletop Simulator.

If the image quality is too low, there is an images folder in each subfolder which each contain the deck png files. They can replace the default imgur link.

If you don't trust the executable, you can build it yourself from the source code.

Building

I used PyInstaller to build an executable.

If you don't have Python, get it here.

See the PyInstaller quickstart.

I recommend using the flag -F. For example,

python -m pyinstaller -F YGOtoTTS.py