Movie Info Finder GUI is a Python application built with PyQt6 that allows users to search for movie information.
- Search for movies by title
- View detailed information about movies, including title, year, plot, ratings, and etc
- User-friendly graphical user interface
- Powered by the OMDb API
- Python 3.8 or higher
- PyQt6
-
Clone the repository:
git clone https://github.com/danialrashidi0456/movie-info-finder-GUI.git
-
install requirements:
pip install -r requirements.txt
-
Run the Python File:
python3 main.py
- Enter the movie title in the search bar and click the "Search" button.
- The application will retrieve movie information from the OMDb API and display it in the results area.