Skip to content

this is a DBMS project where wew create a gst database then use python to insert , delete , modify that tables

Notifications You must be signed in to change notification settings

adarshsharma-18/gst-filling-tracker-DBMS-project

Repository files navigation

GST Filling System

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.

Features

  • 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.

Usage

  1. Run the main.py file to start the application.
  2. Enter your username and password to log in.
  3. Once logged in, you can perform various operations from the main window.
  4. For detailed information and documentation, refer to the report in the GitHub folder.

Requirements

  • Python 3.x
  • tkinter (included in standard library)
  • mysql.connector
  • ttkthemes

Installation

  1. Clone the repository:

git clone https://github.com/adarshsharma-18/gst-filling-tracker-DBMS-project

  1. Install the required dependencies:

pip install mysql-connector-python ttkthemes

  1. Run the application:

python main.py

Report

For more detailed information about the project, refer to the report located in the GitHub folder.

About

this is a DBMS project where wew create a gst database then use python to insert , delete , modify that tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published