Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaffin/cafe-management-system
CAFE-MANAGEMENT-SYSTEM
https://github.com/yaffin/cafe-management-system
api app python tkinter
Last synced: about 1 month ago
JSON representation
CAFE-MANAGEMENT-SYSTEM
- Host: GitHub
- URL: https://github.com/yaffin/cafe-management-system
- Owner: Yaffin
- Created: 2024-08-11T12:27:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T12:35:29.000Z (5 months ago)
- Last Synced: 2024-08-11T13:47:55.067Z (5 months ago)
- Topics: api, app, python, tkinter
- Language: Python
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cafe Management System
This is a simple Cafe Management System developed using Python and Tkinter. The system allows users to manage cafe items, calculate bills, and perform basic arithmetic operations with an integrated calculator. The interface is user-friendly, designed to help cafe staff efficiently manage orders and billing.Features
Cafe Items Management: Add quantities for different items like tea, coffee, sandwich, cake, burger, pizza, fries, and pepsi.
Billing System: Automatically calculates the total cost, service charge, subtotal, tax, and total bill for the items ordered.
Integrated Calculator: A basic calculator that allows users to perform arithmetic operations.
Clear Functionality: Clear all fields to reset the system for the next customer.
Exit Option: Allows users to safely exit the application.
Technologies Used
Python 3.x
Tkinter: For GUI development.
PIL (Python Imaging Library): For handling images in the application