Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 698 Bytes

File metadata and controls

21 lines (16 loc) · 698 Bytes

🧾 Billing Software (Python Tkinter)

A desktop Billing Software GUI application built using Python Tkinter.
This project allows users to simulate billing, generate totals, Discount, GST and manage a simple invoice system.


⚡ Features

  • Add items and quantities
  • Calculate total bill in real-time
  • Clear and reset functionality
  • Apply Discount (%) to the subtotal
  • Apply GST (%) after discount
  • Real-time calculation of final payable amount
  • Clean display of subtotal, discount, GST, and final total

🛠️ Technologies Used

  • 🐍 Python – Programming language
  • 🎨 Tkinter – GUI library for building desktop interfaces