Skip to content

AgentKD6-37/2022-01-04-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokeDex v1.0

Final project for Alta Labs Python Class 9 Jan 2022 Project written by Michael Stack github: https://github.com/AgentKD6-37 This program is the PokeDex! It takes a user input on what Pokemon they see and returns the Pokemon's info from https://pokeapi.co for usage see the repo license

Getting Started

  1. Clone the repo
  2. Run the Script!

Prerequisites

  1. The requests library is required to run this script

  2. You will also need a filestack API key. You should make a config.py file with the following params:

    API_KEY = "SECRET"

    API_Pokemon = f"https://pokeapi.co/api/v2/pokemon/"

    API_Species = f"https://pokeapi.co/api/v2/pokemon-species/"

Built With

  • Python - The coding language used

Authors

  • Michael Stack - Initial work - site

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published