Pick two Pokemon and let them battle! Guess who wins.
- Created a dictionary of Pokemon objects, with Pokemon name as keys
- Loaded the dataset from pokemon.csv
- Retrieved the two Pokemon objects from the dictionary
- Calculated the total stats of each Pokemon
- The stats were calculated by adding "HP, defense, special attack, special defense, speed"
- Used tkinter for GUI
- Created the main window, dropdown menu, button to start the battle
- data was imported from simulate_battle and pokemon_dict
pokemon database from : https://gist.github.com/armgilles/194bcff35001e7eb53a2a8b441e8b2c6