Metadata-Version: 2.4
Name: qet_tb_generator_xd
Version: 2.1.2
Summary: Script that generates terminal blocks & connectors for QElectroTech
Author-email: FORKED FROM Raul Roda <javdenech@gmail.com>
License: 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

A Python graphical application (using CustomTkinter and tksheet) that generates terminal blocks and connectors for QElectroTech. 

## Installation

```bash
pip install qet_tb_generator_xd
```

## Usage

You can launch the generator from your command line:

```bash
qet_tb_generator
```

## Features
- Import and parse QElectroTech project XML files.
- Visualize and edit Terminal Blocks cleanly via a spreadsheet interface.
- Auto-fill configurations (24V, 0V, PE) and generate bridges.
- Export modified terminal blocks back to your QElectroTech project.
