Skip to content

jashwanth0712/table-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

table-manager

GUI applicaiton to manage sql tables

Installation

To run the Database Table Creation Application, ensure you have Python and pip installed on your system.

  1. Clone or download this repository to your local machine.

  2. Navigate to the project directory in your terminal or command prompt.

  3. Install the required dependencies using pip. Run the following command:

    pip install tkinter sqlite3
    

    This command will install tkinter and sqlite3.

  4. Once the dependencies are installed, you can run the application by executing the main Python file. Run the following command:

    python main.py
    

    This command will start the Database Table Creation Application.

Usage

  1. Upon running the application, you will be presented with a GUI interface.

  2. Enter the table name and add columns by providing column names and selecting data types from the dropdown menu.

  3. Click the "Add Column" button to add more columns if needed.

  4. Once you have specified the table name and columns, click the "Create Table" button to create the table in the SQLite database.

  5. The application will display the table structure, including the column names and data types.

  6. You can close the application window when you are finished.

Dependencies

The Database Table Creation Application requires the following Python libraries:

  • tkinter: Python's standard GUI toolkit.
  • sqlite3: SQLite3 library for interacting with SQLite databases.

These dependencies are commonly available in Python distributions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages