Skip to content

mihai-alex/movie-rental-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie rental manager

Python console-based, menu-driven app that allows its user to manage movie rental services.

The user can:

  • add, delete, update, filter clients and movies
  • add and return rentals
  • get statistics about movies, clients and rentals
  • undo/redo any operation (efficient implementation, using reverse operations)

Developed using:

  • layered architecture
  • object-oriented programming
  • test-driven development with PyUnit testing (over 90% coverage of non-UI modules)
  • file persistence
  • input validation
  • custom exceptions

About

Movie rental manager app, built with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages