Project Description: The Movie Database project is a Python program that allows users to manage a collection of movies. The program uses a dictionary to store information about each movie, including the title, year, director, and genre. Users can perform various operations such as adding, deleting, searching for, and viewing all movies in the database.