Movie Management is a simple system that can add, view, and search movie items. Also, the system is useful as a model of how to construct a simple CRUD system within Python. This simple project has an iml file to store the current movie details. Also, this is a simple CMD based project which is easy to understand and use.
About Movie Management In Python
The movie Management project is written in Python using Tkinter. The project file contains a python script (app.py). Talking about the system, it allows the user to add and delete movies from the records, view the records, and so on.
While adding movies to record items, the user has to enter the movie name, its director, genre, and year. The system shows the movie record in a list view. Also, the user can search for an item as it contains a search function too. In short, this projects mainly focus on CRUD with a search function.
How To Run Movie Management In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step1: Extract/Unzip the file
Step2: Go inside the project folder, open cmd then type app.py and enter to start the system.
OR
Step2: Simply, double-click the app.py file and you are ready to go.