1 (edited by javdenech Today 00:07:39)

Topic: QET TB GENERATOR stage update color and custom tkinter

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

pip install qet-tb-generator-xd

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 elements

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

Post's attachments

Attachment icon TB GENERATOR.jpg 653.11 kb, 1 downloads since 2026-03-01 

Attachment icon TB.jpg 297.59 kb, 1 downloads since 2026-03-01 

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

9 (edited by javdenech Yesterday 13:08:19)

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

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 2026-03-03 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 Yesterday 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

17 (edited by javdenech Yesterday 13:07:36)

Re: QET TB GENERATOR stage update color and custom tkinter

unalcalde wrote:

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

ok cool did you take my last one from my google drive ?
because you deploy the wrong one from grosfichier.com
because cannot launch 2.0 from qelectrotech on windows....

https://drive.google.com/drive/folders/ … bNicnXMdAo

QET_TB_GENERATOR_PIP.ZIP

normally this last one can be launch from qelectrotech

Re: QET TB GENERATOR stage update color and custom tkinter

Hello family, to @unalcalde and @javdenech have you see these issues?
https://github.com/raulroda/qet_tb_gene … gin/issues

New code fix them?

BTW, I don't see any git changes on Raul github...

Best regards,
Laurent

"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 !

19 (edited by javdenech Yesterday 18:34:11)

Re: QET TB GENERATOR stage update color and custom tkinter

Bonjour laurent,

je pense que oui car j'ai integrer une fonction sort by id sur le bouton a gauche
et j'ai fait plusieurs test les fils sont bien raccorder avec les bonnes bornes

les hoses et les conductor sont bien enregistrer dans la partie fonction ainsi que les couleur

les fonction sur les borne sont cleannable avec l'outil qet nomenclature.

Bonjour laurent,
I think so, because I integrated a sort by ID function on the button to the left.

And I've done several tests; the wires are correctly connected to the right terminals.

The hoses and conductors are correctly registered in the function section, as are their colors.

The functions on the terminals can be cleaned up with the QET Nomenclature tool.

Re: QET TB GENERATOR stage update color and custom tkinter

Hi, @javdenech I generate the pip version 2.0.1 with the last google drive version.

I also commit the version 2.0.1 the Github: https://github.com/raulroda/qet_tb_generator-plugin

If you make changes, create a pull request on github for easy team work.

Thanks

Re: QET TB GENERATOR stage update color and custom tkinter

je me suis gourer sur le nom dans pyproject.toml

il y avait des - a la place des underscore le relou

j'ai creer un compte pip pour le publier

pip install qet-tb-generator-xd

j'ai remis a jour le fichier dans le google drive

Re: QET TB GENERATOR stage update color and custom tkinter

Kellermorph wrote:

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

It's automatic