Skip to content

tangentNote/Concert-Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concert-Reservation-System

This is a work from my class and it's a completed work code.
Anyone can use it without any restriction and no limits how the code is contribute.

2d table with no limits on rows or column.
The length and size of the data is determine by the data file

Main Menu

  1. Add New Reservation
  2. Edit Existing Reservation
  3. Cancel Reservation
  4. Display Seating Chart
  5. Save Reservations to a file
  6. Exit

Run in terminal with python3:
python3 filename.py

work with any of below

  • Python 3+
  • pycharm
  • VScode

Data format setting

  • The data must have this format and it can be contains in any extention.
  • Every order of number you see are the column numbner.

3 # <-- this is how many row
5 # <-- this is how many column
first-row
2
3
4
5
second-row
2
3
4
5
1
2
3
4
bottom-right

About

Its a loop program that continue asking for reservation untill user exits.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages