This Python automation script will help you to download the Profile Photo of any Instagram User. Script use module instaloader which will take username as input and download the DP as an output.
#pip install instaloaderimport instaloader
ig = instaloader.Instaloader()
dp = input("Enter Insta username : ")
ig.download_profile(dp , profile_pic_only=True)
print("Your Image is Downloaded")
Youtube Video link : https://youtube.com/shorts/uf_QFzFmTtg