- Pokémon Essentials Version
- v21.1 ✅
Disclaimer
This is my first real-world Python application, so bear with me if there are any bugs.This is an alpha version of the PBS editor and is the most basic thing I could put together before I felt comfortable posting it online. The GUI is a bit iffy, but that will be updated as I go along.
Should you have any issues, please refer to the forum or github source in order to explain any bugs or issues or requests for features.
How to Use
CHANGES ARE NOT SAVED UNTIL YOU EXPORT. You can move between Pokemon in the list and it will keep your changes, but if you close the program without exporting, it won't remember your changes.This comes with the default PBS files for Pokemon, abilities and moves.
Adding Moves and Abilities
Abilities and moves will be loaded in whenever the program is run through a read. If you want to add another move or ability, just follow the formatting as you normally would and it will add it to the list.Loading a whole list of Pokemon
As long as the formatting is correct, the program can load any list of Pokemon. The provided list is all Pokemon up to gen 6.Loading Individual Pokemon
You can load individual Pokemon by choosing a file containing all the available Pokemon and then choosing from the list which ones you want to import.- Credits
- Created by me using Python.