• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

Resource Python Pokemon Sorter Script 1.69

SuperSpyroDragon64

Cooltrainer
Member
Joined
Apr 20, 2022
Posts
165
SuperSpyroDragon64 submitted a new resource:

Python Pokemon Sorter Script - Drag into PBS, run, and select a stat to see your Pokemon sorted!

I heard you like SORTING ALGORITHMS? Well, after making my Python Script to rebalance all Pokemon by automatically multiplying their stats with a multiplier cap of 1.5x and a BST cap of 600, I wanted to check which Pokemon have the highest stats, and which ones have the lowest. So I created this!

Just create a new text file in your PBS folder containing the following code.

Code:
import pprint

def extract_characters(file_name):
    characters = []
    try:
        with open(file_name, 'r')...

Read more about this resource...
 
Back
Top