Pokedex Scrape is a command line interface that scrapes the pokemon you want from pokemon.com and provides its details to you. It prints the pokemon's name, number, image, types, and optionally weaknesses (using the --weakness flag) onto the console.
- Python (v3.9)
- Run "pip3.9 install -r requirements.txt"
- Clone this GitHub repository into your machine.
- Open the terminal and cd into this repository.
- Run the command "python3.9 pokedex_scrape.py" (add "-w" or "--weakness" to your command for weaknesses).
- Type your pokemon when asked for and catch 'em all!


