The data in this project is collected from the following sources:
- TCG data: PkmnCards
- Pokédex data
- Pokémon Showdown
This is a comprehensive Pokémon data collection, including detailed information about Pokémon and Pokémon Trading Card Game (TCG) sets.
pokemon-tcg-collections/
: Main directory containing TCG setspokedex/
: Contains Pokédex datashowdown-data/
: Contains data related to Pokémon Showdown
get_tools.py
is a tool for downloading and organizing Pokémon TCG set data.
-
Open terminal or command prompt
-
download
pokemon-tcg-collections/get_tools.py
:download or copy file get_tools.py
-
Run the script:
python get_tools.py
-
Wait for the folder creation and download process to complete
- Creates directory structure for TCG sets
- Downloads card images from online sources
- Organizes images into corresponding folders
- Ensure you have a stable internet connection when running the script
- The process may take some time depending on the number of sets and images to be downloaded
- The file
pokedex/pokemons.json
contains detailed information about Pokémon - The file
showdown-data/pokedex.json
contains Pokédex data for Pokémon Showdown
If you want to contribute to this project, please create a pull request or report issues in the Issues section.
.