Skip to content

Latest commit

 

History

History
30 lines (9 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (9 loc) · 1.1 KB

YuGiOh-Database

Cards images

Using Python and sqlite I built a complete YuGiOh database, with a total of more than 11 000 Cards, Opened to everyone who want to make a fan YuGiOh game.

Get .db file and open it in your sql browser.The Python code is how I scrapped to get data needed for the database:

image

The card image folder contains all images of cards named using cards id:

image

If you need to see see the code that filled the database, open the Python script that used mainly Requests module to get card infos, parsed by myself, from the Fandom YuGiOh website and to get card pictures from ygoprodeck.

If you need an addition to the database (like text translation), modify the code or feel free to ask me about it.