- Make sure you have python3 and pip installed on your machine.
- python3 --version
- pip --version
- Downlaod the folder
- Run
python3 -m venv <virtual env folder name>
- Run
source <virtual env folder name>/bin/activate
- You should see (venv) in the termial which proves that virtual env is activated successfully.
- Run
pip install -r requirements.txt
- Run
python3 covid-stats.py
- Change value for
read_image_url
inside azure-cognitive-service.py - Run
azure-cognitive-service.py
- covid-stats (to get covid stats)
- colorama (to print text with colors in terminal)
- requests (to call apis)
- load_dotenv (to access variables from environment file)