mkdir 20_requests cd 20_requests python -m venv .venv .venv\Scripts\activate pip install requests pip install termcolor pip install pillow matplotlib