ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.63k stars 794 forks source link

Feature request: Radio buttons to decide what type of structure we want? #343

Open raja2505 opened 11 months ago

raja2505 commented 11 months ago

Hi, This designer is wonderful and I am using it for many of my small GUI projects. But the problem I am facing is, I have to re-build this code every time, because even a GUI with 2 buttons and 2 entries will develop 70+ lines of code.

  1. Is there any possible way to make radio buttons in the designer GUI to control these lines as a single lines as described in the below image?
  2. An option to create an instance class of object?
  3. A change in the relative_to_assets()? image
raja2505 commented 11 months ago

Actually I tried to create radiobuttons and checkbuttons using buttonhover method made by @Adoniyas7 The Radiobuttons working perfectly fine. but the checkbuttons throws Frame not found error. Can some one help me here? @ParthJadhav Tkinter-Designer-1.0.7.zip

https://github.com/ParthJadhav/Tkinter-Designer/assets/124249760/f19199ad-09fa-4898-9652-8fcff948cf93