https://github.com/hackstarsj/pythonbilling
https://github.com/hackstarsj/pythonbilling
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackstarsj/pythonbilling
- Owner: hackstarsj
- Created: 2024-07-13T06:54:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T06:56:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T05:12:41.063Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Product Billing System
This Python program a product billing system where users can add products, apply discounts, and calculate bills based on data
## Requirements:
Install Python 3
## Run the Program
python Program.py
## Output
==============All Products============
NAME Unit Price Special Price
A 50 3 for 130
B 30 2 for 45
C 20
D 15
=============Select Option============
============ 1. Add New Product ======
=============2. Buy Product ==========
============ 3. List Products ========
============ 4. Exit =================
Enter Choice: 2
Enter Product Name: AAA
Total Price: 130
=============Select Option============
============ 1. Add New Product ======
=============2. Buy Product ==========
============ 3. List Products ========
============ 4. Exit =================
Enter Choice: 2
Enter Product Name: AB
Total Price: 80
=============Select Option============
============ 1. Add New Product ======
=============2. Buy Product ==========
============ 3. List Products ========
============ 4. Exit =================
Enter Choice: 2
Enter Product Name: CDBA
Total Price: 115
=============Select Option============
============ 1. Add New Product ======
=============2. Buy Product ==========
============ 3. List Products ========
============ 4. Exit =================
Enter Choice: 2
Enter Product Name: AAAAAA
Total Price: 260
=============Select Option============
============ 1. Add New Product ======
=============2. Buy Product ==========
============ 3. List Products ========
============ 4. Exit =================
Enter Choice: 2
Enter Product Name: DABABA
Total Price: 190
=============Select Option============
============ 1. Add New Product ======
=============2. Buy Product ==========
============ 3. List Products ========
============ 4. Exit =================