Skip to content

Osama710/AppointmentBookingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appointment Booking System with Python

Installation

  1. Install Python from https://www.python.org/downloads/
  2. Install Dependencies Open cmd in the folder Snipping Tool and run this command
pip install -r requirements.txt
  1. After installing the dependencies, run the py file OR write this command in cmd and enter
python main.py

Information

This System is developed using Python. Following are the libraries used:

  1. Tkinter

Following are the characteristics of the system:
◉) This system allows you to add, update, and delete appointments.
◉) The admin has to login first to use the functionalities or has to Register first.
◉) The calendar widget is made to show all the appointments on a date with the patients name written.
◉) Each day there can eb multiple appointments.
◉) At a time there can be two appointments. It is shown on each daily view.
◉) All the appointment and admin data is saved in the sqlite database.

The System is developed by Muhammad Osama (Github) (LinkedIn)

Screenshots

About

Appointment Booking System using Tkinter in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages