This application is designed to manage the process of filling Goods and Services Tax (GST) returns. It provides a user-friendly interface for users to perform various operations such as login, display tables, insert data, update data, and delete data from the database.
- Login: Users can log in with their credentials.
- Display Tables: Users can view the available tables in the database.
- Insert Data: Users can insert new data into the tables.
- Update Data: Users can update existing data in the tables.
- Delete Data: Users can delete data from the tables.
- Run the
main.py
file to start the application. - Enter your username and password to log in.
- Once logged in, you can perform various operations from the main window.
- For detailed information and documentation, refer to the report in the GitHub folder.
- Python 3.x
- tkinter (included in standard library)
- mysql.connector
- ttkthemes
- Clone the repository:
git clone https://github.com/adarshsharma-18/gst-filling-tracker-DBMS-project
- Install the required dependencies:
pip install mysql-connector-python ttkthemes
- Run the application:
python main.py
For more detailed information about the project, refer to the report located in the GitHub folder.