TheSleepyShuckle / pyduck

GNU General Public License v3.0
0 stars 0 forks source link

Write method to generically pull types of Pokemon from pokeapi #13

Closed TheSleepyShuckle closed 1 year ago

TheSleepyShuckle commented 1 year ago

Description

As a developer of pyduck, I need to determine type match-ups of a Pokémon species by referring to that Pokemon species.

Details

TheSleepyShuckle commented 1 year ago

ENVIRONMENT: This required installing requests. Also, I afterward installed pip 23.1.1 (was 22.3.1)

TheSleepyShuckle commented 1 year ago

Encountered error during execution of the script, requests wasn't being recognized. Fixed by changing my python interpreter in VSCode to the latest version that I had, which was 3.11.1. It seems that pip added requests to just this package

TheSleepyShuckle commented 1 year ago

Finished! Some notes: