Skip to content

The Car Booking system project is written in Python. The project file contains a python script (appointment.py, booking.py, display.py). This is a simple GUI based application which is very easy to understand and use. It uses Tkinter module for the GUI. Talking about the application, the user can easily book, view, update and delete appointments.

Notifications You must be signed in to change notification settings

AnnaJustynaK/Car-Booking-System-In-Python-With-Source-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car-Booking-System-In-Python-With-Source-Code

In order to book an appointment, the user has to enter the owner’s name, age, gender, location, entry time and phone number. To view all the available appointment details, the user just has to click on the “Next Booking” button on the Display module. Remaining feature is about updating and deleting records. Simply by entering owner’s name, the user can edit and update the details. The design is so simple that the user won’t find any difficulties while working on it.

How To Run The Project? In order to run the project, you must have installed Python and on your PC. After downloading the project, follow the steps below:

Step1: Extract/Unzip the file

Step2: Go inside the project folder, open cmd then type appointment.py and enter to start the system.

OR

Step2: Simply, double click the appointment.py file and you are ready to go.

This is a simple car booking system application for beginners.

About

The Car Booking system project is written in Python. The project file contains a python script (appointment.py, booking.py, display.py). This is a simple GUI based application which is very easy to understand and use. It uses Tkinter module for the GUI. Talking about the application, the user can easily book, view, update and delete appointments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages