Using my Python Instant Sorting SQL Script to make a better Searchable Pokemon Database for my game!
Ever wanted to quickly sort your Pokemon by stat, type, ability, name, or base stat total? Then you need my Python Instant Sorting SQL Script!
Populate water sources with Water Pokemon!
Want to quickly create some Snowboarders and the Ice-type Gym Leader by writing Ice into the Types list (ensuring only Ice-types are displayed) and clicking the Attack column to sort it by highest attack to lowest attack?
Sort Pokemon by BST to find weak Pokemon to place at your game's start and stronger Pokemon to place at the end/in optional areas!
Search for a specific Pokemon Type or Type Combination or Name!
Search for a specific ability! Want to know who in your game has Adaptability or Download or Prankster?
Want to quickly create some Hikers and Miners and the Rock-type Gym Leader by writing Rock into the Types list (ensuring only Rock-types are displayed) and clicking the Defense column to sort it by highest defense to lowest defense?
Simply copypaste the following code into a new text file in your PBS folder, rename it to "Pokemon-SQL-Sorter.py", and run it. This will create a "pokemon_db.db" file, which you can open with "DB Browser (SQL Lite)" or any other SQL program you want. I recommend a free and open source one! Now you can sort through all the Pokemon in your game however you want!