Python project
download Instagram profile pic
পাইথন ব্যবহার করে কীভাবে ইনস্টাগ্রাম প্রোফাইল ছবি ডাউনলোড করবেন
अजगरचा वापर करून इन्स्टाग्राम प्रोफाइल चित्र कसे डाउनलोड करावे
ਅਜਗਰ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਇੰਸਟਾਗ੍ਰਾਮ ਪ੍ਰੋਫਾਈਲ ਤਸਵੀਰ ਨੂੰ ਕਿਵੇਂ ਡਾਊਨਲੋਡ ਕਰਨਾ ਹੈ
மலைப்பாம்பைப் பயன்படுத்தி இன்ஸ்டாகிராம் சுயவிவரப் படத்தைப் பதிவிறக்க ுவது எப்படி
Instagram I'd https://instagram.com/brahmin_himansh...
#video 1
-------------------------Soure code--------------------------
import instaloader
from PIL import ImageTk, Image
import tkinter as tk
from tkinter import messagebox
a= tk.Tk()
a.title('Instagram Image Downloader')
a.geometry("390x390")
def imagedownload():
i=instaloader.Instaloader()
profile= entry.get()
i.download_profile(profile,profile_pic_only=True)
messagebox.showinfo("Status","Image Download Successfully")
im = Image.open("C:\\Users\\Himanshu Sharma\\Downloads\\i.png")
im = im.resize((200,200),Image.ANTIALIAS)
resized = ImageTk.PhotoImage(im)
title = tk.Label(a,text="Instagram Image Downloader", font = ("Times",20,"bold"))
title.grid(row=0,column=0,columnspan=5,padx=30,pady=10)
image = tk.Label(a,image=resized)
image.grid(row=2,column=0,columnspan=5,pady=20)
username = tk.Label(a,text="Enter Username", font = ("Arial",10))
username.grid(row=3,column=0)
entry = tk.Entry(a,width=40)
entry.grid(row=3,column=1,columnspan=3)
btn = tk.Button(a,text="Download",command=imagedownload)
btn.grid(row=4,column=1,columnspan=5,pady=10)
a.mainloop()
On this page of the site you can watch the video online Python Instaloader - download instagram profile pic using python | python project with a duration of hours minute second in good quality, which was uploaded by the user Salesforce Solution 20 April 2021, share the link with friends and acquaintances, this video has already been watched 344 times on youtube and it was liked by 8 viewers. Enjoy your viewing!