A "Who's that pokemon" game made with python.
Made with the PokéAPI For now, only in the terminal, but the idea is to make a interface later
$ 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