❖ Abstract
Project by:-
Rushikesh Subhash Misal
Harshal Madhukar Patil
Raj Vasant Patil
Restaurant Billing System (Using Python)
This project titled “Restaurant Billing System” is a desktop-based application developed
using Python only. It is designed to automate the billing process in small and medium-sized
restaurants. The system eliminates the need for manual calculation, reduces human error,
and speeds up the billing process.
Developed using core Python with optional GUI using Tkinter, this project allows the user to
select food items, calculate the total bill (including GST and discounts), and generate a
printable or display-based receipt.
Key Features:
• Menu Display: List of food items with predefined prices.
• Order Input: User selects items and enters quantity.
• Auto Calculation: Subtotal, GST, discount, and grand total are calculated
automatically.
• Bill Generation: Displays a detailed invoice in text format.
• Simple UI (Optional): Built using Python’s Tkinter for a user-friendly interface.
• No Internet Required: Fully offline and lightweight application.
This project is ideal for small restaurants or cafes looking for a simple and cost-effective
solution for billing. It demonstrates how Python can be used to build real-life utility
applications with minimal resources.