Open your terminal and type the following command
python -m venv venv
pip install -r requirements.txt
After installing the requirements, open the main.py file and in the username variable, enter the username of the person whose profile picture you want to download.
Then to run the file, type the following command in your terminal where you are running the virtual environment
python main.py
Tada!!! 🤩 You have successfully downloaded the profile picture!!!!
To deactivate the virtual environment, type the following command in your terminal
deactivate