1 (edited by javdenech Today 03:39:43)

Topic: QET TB GENERATOR stage update color and custom tkinter

I rewrite the software from raulroda with management of stage and other

I will deploy soon on pip and make some video

Here the link of all my tool for qelectrotech including
>new qet generator raulroda updated xd (me)
>num wire for automatic numerotation
>qet element for automatic numerotation of element K KM YV B IS renamed KA1 KA2 KA3 etc except slave element
also include terminal with and without stage numbering in automatic serveral X1 to X1:1 X1:2 ETC
>qet nomenclature to copy paste from excel directly in your diagram for every propertys of element

https://drive.google.com/drive/folders/ … sp=sharing

Post's attachments

Attachment icon TB GENERATOR.jpg 653.11 kb, file has never been downloaded. 

Attachment icon TB.jpg 297.59 kb, file has never been downloaded. 

Re: QET TB GENERATOR stage update color and custom tkinter

WOW! nomicons/wink

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

3 (edited by javdenech 2026-03-02 09:11:24)

Re: QET TB GENERATOR stage update color and custom tkinter

I send the script to raulroda but i don't know if i can share his work ! Waiting a response from him, maybe he can take a look and update his package.it provide compatibility with previous version, because the name X3:1 can be used also and you can also manually configure the stage... else it take .1 .2 .3 automatically to défine the stage position from the id. The sort by id also take care of that and if you have three stage with the same id the sorting take care of cable name to sorting them.

4 (edited by javdenech 2026-03-02 09:45:49)

Re: QET TB GENERATOR stage update color and custom tkinter

The bridge management work also for stage with O to start a bridge and F to stop à bridge connections. And there is also a automatic bridge analyser with stage by stage mode to connect bridge with cable with the same polarity O O O O F
to trace exception betweew stage.

5 (edited by javdenech 2026-03-02 09:51:20)

Re: QET TB GENERATOR stage update color and custom tkinter

If someone know where to change the link in qelectrorotech folder, to launch the plugin link in windows...

Re: QET TB GENERATOR stage update color and custom tkinter

I send the script to raulroda but i don't know if i can share his work ! Waiting a response from him

You could off course seee the Licence!!! But It is more friendly to notify the author and share the task than to make an aggressive fork yourself without sending a PR to the original git and submitting a PR that he can help with his code or reject in which case it will be a hostile fork.

Licensed under the General Public License 2.0

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: QET TB GENERATOR stage update color and custom tkinter

Same project, same vision: ‘Alone we go fast... together we go further.’ QET's goal here is not to divide us but to move forward together, hand in hand, without tearing each other apart.

We have nothing to gain from that.

I would like to remind you that QET's goal is to provide free, like free beer (no cost), open-source software that is multi-platform for everyone on this earth who wants to design engineering projects, regardless of their field, skills, or no more financial means.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

8 (edited by javdenech 2026-03-02 19:36:14)

Re: QET TB GENERATOR stage update color and custom tkinter

I sent to him all the source code,I hope he can test and deploy for other because this new plugin change life for every electrician in my compagny. Hope it will be useful for other user in the world ! nomicons/wink

Re: QET TB GENERATOR stage update color and custom tkinter

code source dispo ici par contre j'ai fais ca sur windows pour compiler en exe je sais pas si tout est bon pour du deploiement pip
grosfi.ch/2Y2qerbKpC6

Re: QET TB GENERATOR stage update color and custom tkinter

raulroda contact me and asking me if I want him to preparing a version for pip.
will see...

11 (edited by unalcalde Yesterday 20:07:07)

Re: QET TB GENERATOR stage update color and custom tkinter

Hi family. I'll try to deploy it on the weekend.

Nowadays I'm using Windows at work and I don't have the development tools installed.

I'll try to install it and create the pip version.

Thanks @javdenech for your excellence version.

Re: QET TB GENERATOR stage update color and custom tkinter

unalcalde wrote:

Hi family. I'll try to deploy it on the weekend.

Nowadays I'm using Windows at work and I don't have the development tools installed.

I'll try to install it and create the pip version.

Thanks @javdenech for your excellence version.

De nada

There a setup file to install it on windows as a standalone exe program in the folder output for windows with no link launch it from qet generator from qelectrotech.
and also in the dist folder the exe if you want to test it directly with all the python extension in folder _extention to run without installing anything.
The setup was done with "inno setup 6" software and the script to create the setup for inno is QET_TB_Generator_Setup.iss.

Also, I modifing src script with antigravity and i don't know if setup.py and run.py is ok...

Re: QET TB GENERATOR stage update color and custom tkinter

it will be cool to have a configurable extension plugin list in qelectrotech to launch other program

14 (edited by javdenech Today 03:38:35)

Re: QET TB GENERATOR stage update color and custom tkinter

unalcalde wrote:

Hi family. I'll try to deploy it on the weekend.

Nowadays I'm using Windows at work and I don't have the development tools installed.

I'll try to install it and create the pip version.

Thanks @javdenech for your excellence version.

I make a clean package to deploy on pip at the begining of the discution i will try to deploy on pip with a new name to maintain for later update on the link
https://drive.google.com/drive/folders/ … drive_link
Here the link of all my tool for qelectrotech including
>new qet generator raulroda updated xd (me)
>num wire for automatic numerotation
>qet element for automatic numerotation of element K KM YV B IS renamed KA1 KA2 KA3 etc except slave element
also include terminal with and without stage numbering in automatic serveral X1 to X1:1 X1:2 ETC
>qet nomenclature to copy paste from excel directly in your diagram for every propertys of element

Re: QET TB GENERATOR stage update color and custom tkinter

Are the Terminals, the bridge, the cable etc created automatic or did u write it yourself for each terminal?

Re: QET TB GENERATOR stage update color and custom tkinter

Hi, I deploy version 2.0.0 to pypi.

To install the last version: pip install qet-tb-generator==2.0.0

To install previous version: pip install qet-tb-generator==1.3.1