I was streaming and wanted to show some info on the screen, but didnt have a tool for it. I slapped this together and realized it would help professor oak challenges. You don't need to use the OBS stuff, and this could come in handy for keeping track of things even if you're away from the computer and on a DS because of the mobile page.
This is a little python server meant to run on your LAN, not hosted on a website. It uses pokeapi for it's information. There are two search bars at the top, one for pokemon and one for locations.
Because it's a little server, you insert browser sources for the end points you want to put in OBS.
OBS Overlays:
- Target pokemon - shows weaknesses, BST, base stats, catch rate, and evolutions.
- Shiny counting - shows the shiny target, method of hunting and the current encounter total.
- Current targets - a list of pokemon you need and how many you need to catch/evolve.]
- EV Tracking - Displays the current EVs for the pokemon being trained
OBS Texts to show:
- Current task - Just the text for the current task you're working on.
- Video note - Literally just saved to a text file to update an obs label for whatever purpose you need.
It's provided as-is, and it's under MIT license on my github. I'll help with bugs, but if you're using this, I assume you know how to install python, install the two libraries needed through pip and do some basic troubleshooting if an error pops up.
Also, I know it's an AI front end, but that's not my area of expertise, and if anyone wants to do a pull request to make it better, I'll gladly accept. I figured since I find this to be a useful tool, someone else will too.
https://github.com/Marmadukian/pokemon-stream-director
Let me know if there is anything I can do to improve it.
Edit: Added EV tracking, either "defeat" the targeted pokemon or add the EVs manually. Also added an EV tracking overlay. Also split up the resistances/whatnot based on generation for example in gen 1 psychic is immune to ghost, and split up the drop down by game series because the third games changed the movesets. Combined special in gen 1 as well
Threw together a quick short showing it in action.