This is a mini Shopping App project built using Python.
It is a user-friendly billing system that helps calculate the total bill for products like Biscuit, Cereal, Chicken, Rice, and Oats.
- Add multiple products to the bill.
- Uses Python libraries:
- datetime โ to show billing date & time.
- tabulate โ to display the bill in a neat table format.
- Simple and beginner-friendly project.
- Easy to customize with more products.
- Run the Python script.
- Select products and quantities.
- The app will generate a bill with date, time, and total amount.
================================= SHOPPING BILL
Product Quantity Price
Biscuit 2 โน40 Rice 1 โน60 Cereal 3 โน150
Total: โน250 Date: 2025-08-31
๐ก Future Improvements
Add discount and tax options.
Save bills as a text or PDF file.
Include more products dynamically.