Skip to content

Commit b7960d9

Browse files
Merge pull request Aashishkumar123#5 from iamsadiqshaik1/patch-1
Update insta-user-details.py
2 parents f043b91 + 2c3c51a commit b7960d9

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

Insta User Details/insta-user-details.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,8 @@ def pic():
2727
details.delete(1.0,END)
2828
details.insert(1.0,f"\t username : {data['graphql']['user']['username']} \n followers : {data['graphql']['user']['edge_followed_by']['count']} following : {data['graphql']['user']['edge_follow']['count']} \n full name : {data['graphql']['user']['full_name']} \n Total post : {data['graphql']['user']['edge_owner_to_timeline_media']['count']} category : {data['graphql']['user']['category_enum']} \n Email : {data['graphql']['user']['business_email']} \nbio-link:{data['graphql']['user']['external_url']}private account:{data['graphql']['user']['is_private']} || verified account:{data['graphql']['user']['is_verified']} bussiness account:{data['graphql']['user']['is_business_account']} \n \n see profile picture" )
2929

30-
31-
3230
Button(innerframe1,text="click to see",relief=RAISED,borderwidth=2,font=('verdana',8,'bold'),bg='#248aa2',fg="white",command=pic).place(x=180,y=145)
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
31+
4632
frame = Frame(root,width=400,height=300,relief=RIDGE,borderwidth=5,bg='#248aa2')
4733
frame.place(x=0,y=0)
4834

@@ -68,4 +54,4 @@ def pic():
6854
details = Text(innerframe1,height=12,width=47,relief=RIDGE,borderwidth=5,highlightbackground="white", highlightcolor="white",font=('courier',9,''))
6955
details.place(x=5,y=5)
7056

71-
root.mainloop()
57+
root.mainloop()

0 commit comments

Comments
 (0)