Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 3.09 KB

README.md

File metadata and controls

69 lines (46 loc) · 3.09 KB

CSV Dex

GitHub code size Git repo size Version

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.

CSV Data

Pokedex CSVs

Full Gen 1-9 Pokedex CSV

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 9 Pokedex CSV

Movedex CSVs

Full Gen 1-9 Movedex 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

Generation 9 Movedex CSV

Usage

Installation

  1. Use pip to install the project dependencies. Make sure you are using the python3 environment.
  2. Clone this project to your local machine.
  3. python3 csvdex.py

Dependencies

  • BeautifulSoup4
  • tqdm

References/Sources

Licenses

Images and Pokemon are © Nintendo/Creatures Inc./GAME FREAK Inc.

Everything else, and usage of the programming code, is governed by the MIT license.