This application is a T-SQL Merge Script Generator built using PyQt5. It provides a graphical user interface to generate T-SQL merge scripts.
- User-friendly interface built with PyQt5
- Displays README content in a QTextBrowser
- Allows opening external links from the README
- Python 3.x
pip
(Python package installer)
-
Clone the repository:
git clone https://github.com/anguswilliams93/tsql-merge-script-generator.git cd tsql-merge-script-generator
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
The requirements.txt
file should include the following dependencies:
- Launch the application by running
python main.py
. - The main window will appear, allowing you to generate T-SQL merge scripts.
- Access the "About" window to view the README content and external links.
This project is licensed under the MIT License. See the LICENSE file for details.