This Python application allows you to download all posts from an Instagram profile by entering a username. The application uses the Instaloader library to download Instagram posts to your local disk. The graphical user interface is created using Tkinter and PIL (Pillow) libraries.
- Download posts from a specified Instagram profile by entering the username
- Each post is saved with the profile name and an index number
- Provides a user-friendly interface with success and error messages
To run this project, you need the following Python libraries:
instaloader
: A library for downloading Instagram poststkinter
: For creating the graphical user interfacePIL
(Pillow): For image processing
You can install the required libraries using the following command:
pip install instaloader pillow