/Guess-the-pokemon

A "Who's that pokemon" game made with python.

Primary LanguagePython

Guess-the-pokemon

A "Who's that pokemon" game made with python.

Details

Made with the PokéAPI For now, only in the terminal, but the idea is to make a interface later

Quickstart

$ To install and activate VENV(ON CMD):
$ command pip install virtualenv
$ command virtualenv venv
$ command "cd venv/Scripts"
$ command "activate"

$ command "pip install requests"

$ Run the main.py file