Is there a GUI design app for the Custom Tkinter? #1316
Replies: 7 comments 13 replies
-
Not that I know of. However, I would recommend you look into Tkinter and CustomTkinter. I learned the library(s) in a few days and they're so fun and easy to develop. Plus, being able to develop from the ground up gives you the freedom to change every aspect of your GUI, unlike using a GUI designer. Best of luck! |
Beta Was this translation helpful? Give feedback.
-
There is a GUI design app I made: https://github.com/Akascape/CTkDesigner-Support Features
|
Beta Was this translation helpful? Give feedback.
-
pygubu-designer has good support for CTk. |
Beta Was this translation helpful? Give feedback.
-
I'm using pygubu-designer 0.37 together with pygubu 0.32. There are issues that I already opened on github and the generated code is far from being perfect but it is mostly usable and a good starting point for designing also a complex interface. I must say, however, that I didn't test too much the pygugu builder, but mainly the generated script, using python directly. |
Beta Was this translation helpful? Give feedback.
-
If you're looking to design a modern GUI in Python, I highly recommend checking out Buildfy GUI! It’s a user-friendly desktop app built with CustomTkinter, offering a sleek, responsive interface for creating, testing, and deploying web applications directly from your desktop. It provides features like real-time code previews, project management, and one-click deployment—all with an intuitive, modern design. You can try it out here: https://buildfygui.netlify.app/ It’s a great option if you want a polished, professional GUI without dealing with too much complexity! |
Beta Was this translation helpful? Give feedback.
-
I created Custom Tkinter Builder to design UI by just drag and dropping widgets. This is a tool for anyone who wants to build GUIs for Python projects without needing to write tons of code. Instead of writing everything out, you can just drag and drop widgets and customize them with this software and generate the necessary code. This is the how the software looks. Repo: https://github.com/rigvedmaanas/CustomTkinterBuilder Built for Custom Tkinter using Custom Tkinter |
Beta Was this translation helpful? Give feedback.
-
Hi there! 👋 Welcome to the world of CustomTkinter! 😊 If you're looking for a tool to simplify GUI creation, I highly recommend trying Buildfy. It's a drag-and-drop GUI builder specifically designed for Python's CustomTkinter. With Buildfy, you can visually design your interfaces, preview them in real-time, and even export the layout as clean Python code—saving you the hassle of manual coding. 🎨💻 You can check out the free version here: Buildfy, and if you're interested in more advanced features, the Pro version is available too! Feel free to reach out if you need help getting started. Happy coding! 🚀 |
Beta Was this translation helpful? Give feedback.
-
Hi i'm a newbie using Custom Tkinter, and i was wondering if there is any tool that makes creating GUI easier than just wiriting code. Thank to anyone who will answer! :)
Beta Was this translation helpful? Give feedback.
All reactions