![]() |
GUI Advice - What software to use - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: GUI (https://python-forum.io/forum-10.html) +--- Thread: GUI Advice - What software to use (/thread-35653.html) |
GUI Advice - What software to use - Extra - Nov-26-2021 Hello, I'm working on a personal project and I want to create a G.U.I that I can display/print text outputs and I can input text to. This is the image background for the GUI I plan to use: [attachment=1424] And this is the format I want (Where i want the text output and input mapped out to): [attachment=1423] I'm wondering what software would be best for creating this type of G.U.I and how I would go about doing so? Any help is greatly appreciated. Thanks in advance. RE: GUI Advice - What software to use - menator01 - Nov-26-2021 See this link RE: GUI Advice - What software to use - Extra - Nov-26-2021 (Nov-26-2021, 07:57 PM)menator01 Wrote: See this link Thanks for the response. I'm looking at some Tkinter tutorials and it seems to be easy to use & understand (at least at first glance) and it looks like it would suit all my needs. I'm going to look into it further. Thanks again. |