Skip to content

The Instagram User Info Displayer is a Python application designed to fetch and display key details about an Instagram profile. By utilizing the Instaloader library, this tool retrieves information such as the number of followers, followees, total posts, and the date of the last post.

Notifications You must be signed in to change notification settings

Romanzeb/instagram-User-info-Displayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Instagram User Info Displayer

This Python application retrieves and displays information about an Instagram user by entering their username. It uses the Instaloader library to fetch Instagram profile data and presents it through a graphical user interface created with Tkinter.

Features

  • Displays Instagram profile details including:
    • Username
    • Number of followers
    • Number of followees
    • Number of posts
    • Date of the last post

Requirements

To run this project, you need the following Python libraries:

  • instaloader: A library for downloading Instagram data
  • tkinter: For creating the graphical user interface
  • ttk: For creating tables within Tkinter

You can install the required libraries using the following command:

pip install instaloader

About

The Instagram User Info Displayer is a Python application designed to fetch and display key details about an Instagram profile. By utilizing the Instaloader library, this tool retrieves information such as the number of followers, followees, total posts, and the date of the last post.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages