/dex

A Collection of Pokedex data and tools

Primary LanguagePythonMIT LicenseMIT

img Dex 0.5.3

PyPI - Python Version GitHub repo size Website

Porter Libby, 2020

I have collected this data in CSV format so that it 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.

img CSV Data

Full International Dex

img Full International Dex (898) (CSV)

Dex by Generation

img Generation 1 Dex (151) (CSV) img Generation 2 Dex (100) (CSV)

img Generation 3 Dex (136) (CSV) img Generation 4 Dex (107) (CSV)

img Generation 5 Dex (156) (CSV) img Generation 6 Dex (72) (CSV)

img Generation 7 Dex (88) (CSV) img Generation 8 Dex (89) (CSV)

Dex by Game

img Sword / Shield (400) (CSV) img Isle of Armor (211) (CSV)

img Crown Tundra (210) (CSV) img Sw / Sh Non-Indexed (68) (CSV)

Full Move List

img Full Move List (CSV)

Moves by Generation

img Generation 1 Moves (CSV) img Generation 2 Moves (CSV)

img Generation 3 Moves (CSV) img Generation 4 Moves (CSV)

img Generation 5 Moves (CSV) img Generation 6 Moves (CSV)

img Generation 7 Moves (CSV) img Generation 8 Moves (CSV)

Sprite Catalogues

imgRegular Sprites imgShiny Sprites imgType Badges

img Tools

img CSV Dex Scraping Tool (py) img CSV Dex Move Ammender (py)

img CSV Move Scraping Tool (py)

img Dex Data Visualizer (py) (WIP) img Stat Anylsis Tool (py) (WIP)

img Weakness/Resistance Chart (py) img Image Markdown Dex Tool (py)

img Dex

Dex is my personal project using this data. Written in Flask with Python, I used this data to create a different kind of pokedex which could be used quickly and efficiently while in combat in a game. This is the main time that I use a pokedex, and typically it takes me a lot of time to find the exact information I'm looking for. With online play and battle timers, I needed something to fit my needs, so I made it.

I will also be hosting several small tools I create here; diagrams and charts and different interactive bits that I like. I will attempt to keep track of them here:

img 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

Dependencies

  • BeautifulSoup4 (4.8.1)
  • Flask (1.0.3)

(full dependencies can be found in requirements.txt)

img References/Sources

img Licenses

The source icons are © Nintendo/Creatures Inc./GAME FREAK Inc.

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