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.
- Displays Instagram profile details including:
- Username
- Number of followers
- Number of followees
- Number of posts
- Date of the last post
To run this project, you need the following Python libraries:
instaloader
: A library for downloading Instagram datatkinter
: For creating the graphical user interfacettk
: For creating tables within Tkinter
You can install the required libraries using the following command:
pip install instaloader