Skip to content

Using Python and sqlite I'm building a complete YuGiOh database. Opened to everyone who want to make a fan YuGiOh game.

Notifications You must be signed in to change notification settings

Wildric-Auric/YuGiOh-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Using Python and sqlite I'm building a complete YuGiOh database. Opened to everyone who want to make a fan YuGiOh game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages