A Python-based movie rental system that allows users to rent, return, and rate movies while managing a rental inventory.
- π Rent & return movies
- β Rate movies (1-5 stars)
- π Search by title, genre, or director
- π View top-rated movies
- π· Register customers & track rentals
- π CSV-based movie database
- Clone the repository
git clone https://github.com/YOUR_USERNAME/MovieRentalSystem.git cd MovieRentalSystem ```
- Run the system
- python3 src/main.py
Author: Maurizio Gonzalez
Email: vichegonza10@outlook.es
GitHub: vz-enzo