This is a billing system that provides bills to the user.
To calculate the bills for the user.I've Implemented it using tkinter libary.
This application can be used anywhere (grocery shop) by taking the user Items Input.I have implemented it using python tkinter library.As you can see there are many items and four buttons. Buttons are Total,Generate Bill,Clear,Bill.At first you have to put your name, bill no, phone number. Then you've to put the items you need(whatever you want) and click on generate bill.You will see the entire bill on the right section.If you want to exit then press exit, if you want to clear the bill then click press Clear button.
Python offers a very good GUI library Tkinter which is very easy to learn and use.Here I have implemented a GUI application to calculate the bills.Whenever you can add the items number and click total button it will show the bill(GST included)
- Install python in your system
- Import Tkinter Module
- Run command -python billing_system.py in your terminal
- Sulagna Dutta Roy