Submitted By: Under Supervisinon Of:: Guru Ghasidas University, Chhatisgarh S E S S I O N: 2 0 2 0 - 2 0 2 2
Submitted By: Under Supervisinon Of:: Guru Ghasidas University, Chhatisgarh S E S S I O N: 2 0 2 0 - 2 0 2 2
SESSION: 2020-2022
PROJECT REPORT
ON
CAFÉ BILLING SYSTEM
(PYTHON)
Introduction
Need of the system
Language description
Flow chart
Hardware and Software Requirement
Module description
Screenshot
Merits and demerits
Future aspects
Summary
Reference
INTRODUCTION
Billing Software system is a project which aims in developing a computerized billing system to
maintain all the billing work of a Café shop.
Billing System is a python based project. We have developed Billing System using Python Tkinter.
The main modules available in this project are Calculate total module which manages the
functionality of total calculation with tax, Generate bill is normally used for generate receipt of bill,
Search bill used for searching previous bill of customer using bill number.
NEED OF THE SYSTEM
• There is always a need of a system that will perform easy billing calculation in a café shop.
• This system will reduce the manual operation required to maintain all the bills. And also
generates bill receipt with unique bill number.
PYTHON:
Python is Interpreted − Python is processed at runtime by the interpreter. You do not need to compile your
program before executing it. This is similar to PERL and PHP.
Python is Interactive − You can actually sit at a Python prompt and interact with the interpreter directly to
write your programs.
Python is a Beginner's Language − Python is a great language for the beginner-level programmers and
supports the development of a wide range of applications from simple text processing to WWW browsers to
games.
Easy-to-read − Python code is more clearly defined and visible to the eyes.
TKINTER MODULE
Tkinter is the Python interface to the Tk GUI toolkit shipped with Python. Tkinter is the standard GUI library
for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications.
Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.
REQUIREMENTS:
Hardware Requirement
Processor – Intel i3 7th generation
RAM – 4 GB
Software Requirements:
Technologies used - Python 3.6.
• Button
The Button widget is used to display buttons in your application.
• Label
The Label widget is used to provide a single-line caption for other widgets.
It can also contain images.
• Frame
The Frame widget is used as a container widget to organize other widgets.
SCREENSHOT:
SCREENSHOT
MERITS
The project entitled "Billing Software System" is developed using Python tkinter as front end to
computerize the process of total calculation and bill generation.
REFERENCE
BOOK:
ISBN: 9789352134755
WEBSITES :
www.google.com
www.slideshare.net
www.stackoverflow.com
Thankyou