A cinema booking system made for a school assessment
Python 3(.6) with PyQt5
- User interface provided (tested with Mac only)
- Stores all data with CSV files
- Seat selection
- Movie info including trailers
Data is stored in csv files with formats of:
ID | Cinema Name | Cinema Description | Phone Number | Address | GMapID |
---|
ID | Movie Name | YouTubeID | Rating |
---|
CinemaID | MovieID | Date | Time | Seats Taken |
---|
BookingID | SessionID | First Name | Last Name | Phone Number |
---|
GNU General Public License v3.0