Metadata-Version: 2.4
Name: qet_tb_generator_xd
Version: 2.1.3
Summary: Script that generates terminal blocks & connectors for QElectroTech
Author-email: FORKED FROM Raul Roda <javdenech@gmail.com>
License-Expression: GPL-2.0-only
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: customtkinter
Requires-Dist: Pillow
Requires-Dist: tksheet>=7.0.0
Dynamic: license-file

# QET Terminal Block Generator

Script that generates terminal blocks & connectors for QElectroTech.
Forked from Raul Roda.

## Installation

```bash
pip install .
```

### Linux specific requirements
On Linux, you might need to install `python3-tk` manually if it's not already on your system:
```bash
sudo apt install python3-tk
```

## Usage

Run the command:
```bash
qet_tb_generator [path_to_qet_file]
```

If no file is provided, a dialog will open to select your QElectroTech project.
