Re: Looking for Python GUI RAD of some sort
Franco Martelli <[email protected]>
| Newsgroups | gmane.linux.debian.user |
|---|---|
| Message-ID | <[email protected]> |
On 10/08/26 at 18:11, Chris Green wrote: > I'm looking for something that will make things easier designing the > GUI layout and so on, rather than doing it 'by hand' as it were. I > guess what I'm looking for is a RAD of some sort but I can't really > find anything that doesn't seem very complex and heavyweight. > > Is there anything out there that provides a drag and drop [ish] tool > that generates actual Python code? I want to be able to play with the > code directly having built the basics. > > I don't want a full-blown IDE because they rarely have a decent editor > and tend to hide everything that's going on, or so it seems to me. ~$ apt show eric it's an IDE, but it's specifically for Python with many features about editing. I never used it so I cannot give you further information. Kind regards,