Skip to content

A user-friendly Python-based system for restaurants, featuring meal, drink, and service entries with discount application and a simple command-line interface.

Notifications You must be signed in to change notification settings

kicka42/bill-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bill Management System

Overview

A Python-based Bill Management System designed for restaurants, enabling easy tracking and management of meals, drinks, and services. It features an intuitive command-line interface for adding items to bills, applying discounts, and generating detailed summaries.

Features

  • Add Entries: Seamlessly add meals, drinks, and services with associated prices.
  • Apply Discounts: Include discount options for more flexible billing.
  • Calculate Totals: Automatically calculate the total bill amount with or without discounts.
  • Generate Bill Summary: Print a detailed bill with all entries and totals.
  • Interactive CLI: User-friendly command-line interface for easy operation.

Installation

# Clone the repository
git clone https://github.com/your-username/bill-management-system.git

# Navigate to the project directory
cd bill-management-system

Usage

Run the main script to start the program:

python main.py

Follow the on-screen prompts to add entries, apply discounts, and view the bill.

License

Distributed under the MIT License. See LICENSE for more information.

About

A user-friendly Python-based system for restaurants, featuring meal, drink, and service entries with discount application and a simple command-line interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages