A Restaurant Bill Management GUI created using Python and the tkinter package
This program uses the tkinter package to create the UI for the billing software dedicated to a Restaurant and uses MYSQL database to store the entered data.
Enter the required values in the feilds and press the "Total" button to generate a total that includes the tax and charges.
Press the "Reset" button to clear the feilds and enter new values.
Press the "Exit" button to exit from the GUI.
Press the "Save" button to store and save the data in a MYSQL database.