/pyBook

A bookings system using sqlite on the back-end to manage customers and make bookings

Primary LanguagePython

#pyBook ###A command line booking system to manage and store customer and booking information

Commands:

  • ab - Adds booking
  • ac - Adds customer
  • lc - Lists customers
  • lb - Lists bookings
  • lba - Lists available bookings
  • rb - Removes a booking
  • h - Displays a help message

Arguments can be used on lc and lb in the form lc name=Tom Gray

Multiple arguments can also be used if seperated by commas e.g lc name=Tom Gray,address=An example address