Skip to content

This python script takes in the name of a Pokemon from a user. It then uses the API at https://pokeapi.co/ to find the type of the Pokemon, as well as what types that Pokemon is strong/weak against.

Notifications You must be signed in to change notification settings

JCrew0/Pokemon-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pokemon-Counter

This python script takes in the name of a Pokemon from a user. It then uses the API at https://pokeapi.co/ to find the type of the Pokemon, as well as what types that Pokemon is strong/weak against.

Some notes:

  • Exception handling is very limited at this point
  • The method of taking input may need to be changed in the file based upon how it is being run.

About

This python script takes in the name of a Pokemon from a user. It then uses the API at https://pokeapi.co/ to find the type of the Pokemon, as well as what types that Pokemon is strong/weak against.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages