Cafe Billing System
Submitted by razormist on Saturday, August 15, 2020 - 16:35.
Language
Cafe Billing System with Source Code is a Python program that can compute the total bill of a customer digitally. This program was built using only Python language.
The system contains a simple GUI application that use tkinter framework. The user can only enter the quantity of an items ordered by the customers. The system can display the list of item price when clicking the PRICE button, and also when the item is ordered it generate the total bill of the purchase item by clicking the TOTAL button. The order no is auto generated after purchase.
Installation:
- First you will have to download & install the Python IDLE's, here's the link "https://www.python.org/downloads/".
- Extract the zip file after downloaded.
- Open the folder and locate the py file
- Run the py file to launch the program
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 2664 views