Skip to content

This application is a T-SQL Merge Script Generator built using PyQt5. It provides a graphical user interface to generate T-SQL merge scripts.

Notifications You must be signed in to change notification settings

anguswilliams93/tsql-merge-script-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

T-SQL Merge Script Generator

This application is a T-SQL Merge Script Generator built using PyQt5. It provides a graphical user interface to generate T-SQL merge scripts.

Features

  • User-friendly interface built with PyQt5
  • Displays README content in a QTextBrowser
  • Allows opening external links from the README

Installation

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Steps

  1. Clone the repository:

    git clone https://github.com/anguswilliams93/tsql-merge-script-generator.git
    cd tsql-merge-script-generator
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python main.py

Requirements

The requirements.txt file should include the following dependencies:

Usage

  1. Launch the application by running python main.py.
  2. The main window will appear, allowing you to generate T-SQL merge scripts.
  3. Access the "About" window to view the README content and external links.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This application is a T-SQL Merge Script Generator built using PyQt5. It provides a graphical user interface to generate T-SQL merge scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published