I made these webscraping tools so that Pokemon data can be used for small projects and useful tools. This information is not to be used for profit, but it is available to anyone and everyone who wishes to make something neat under the MIT license.
It should also be understood that this is NOT my data. It is data created by Nintendo and Game Freak, and collected/harvested by Serebii and PokemonDB.
Please send me links to anything cool to make with this data; I'd love to see it.
Generation 1 Pokedex CSV Generation 2 Pokedex CSV
Generation 3 Pokedex CSV Generation 4 Pokedex CSV
Generation 5 Pokedex CSV Generation 6 Pokedex CSV
Generation 7 Pokedex CSV Generation 8 Pokedex CSV
Generation 1 Movedex CSV Generation 2 Movedex CSV
Generation 3 Movedex CSV Generation 4 Movedex CSV
Generation 5 Movedex CSV Generation 6 Movedex CSV
Generation 7 Movedex CSV Generation 8 Movedex CSV
- Use
pip
to install the project dependencies. Make sure you are using thepython3
environment. - Clone this project to your local machine.
python3 csvdex.py
- BeautifulSoup4
- tqdm
Images and Pokemon are © Nintendo/Creatures Inc./GAME FREAK Inc.
Everything else, and usage of the programming code, is governed by the MIT license.