The Media Library Management System (LMS) is a Python-based application that helps manage game video records in a media library. It allows users to display available games, issue games to users, add new games to the library, and return issued games.
- Display Games: View the list of available games along with their status.
- Issue Games: Borrow a game by entering its ID and the lender's name.
- Add Games: Add new games to the library.
- Return Games: Return a previously issued game.
- Ensure you have Python installed (Python 3 recommended).
- Clone or download this repository.
Run the script using:
python script_name.py
Follow the on-screen prompts to navigate the system:
D
to Display GamesI
to Issue GamesA
to Add GamesR
to Return GamesQ
to Quit
script_name.py
: Main script handling game management.
The program includes basic exception handling to manage incorrect inputs and unexpected errors.
- Implement a database for better data management.
- Add a graphical user interface (GUI) for improved user experience.
- Introduce user authentication for secure access control.
Gracia Lukoji
This project is licensed under the MIT License.