ParthJadhav / Tkinter-Designer

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

Create ``RadioButtons``, ``CheckButton`` or ``Comboboxes`` widgets #234

Open HackingAllYT opened 2 years ago

HackingAllYT commented 2 years ago

Hey!

First of all I'm very thankful with this project, it's been very important to me because of his big utility. I'm developing a desktop app using this tool and it is so impressive. I miss some widgets that tkinter provides but i cannot use it here, like RadioButtons, CheckButton or Comboboxes and I think that these will give this tool more value and more usefully.

I did not think how to add this features because i did not have time to take a look at the code yet. If there is any documentation about how do you create this tool and need some help i could help you. I am on a full time job as backend developer so I am afraid that I do not have plenty of time for this develop :-(

Thanks for your work and I hope you will improve, even more, this fantastic tool. HackingAll