- This is a GST Calculator where the user enters the original price and net price
- And the script returns the GST percentage with SGST and CGST percent value and the Total GST Value.
- This code uses Tkinter as a User Interface and python as its main language.
Open Termnial π»
Locate to the directory where python file is located π
Run the command: python script.py/python3 script.py π§
Let the Script do the Job and after that the tkinter UI will automatically be opened. β
Now, enter the value of the total Value with GST and MRP of the product. And select the Calculate GST button.
- tkinter
- re
- requests
- urllib.request