Hi i want make an app with tkinter like this

Untitled.jpg

and when someone click on strat its start main.py and in log print consol (log = terminal)

i new in python
sry for my bad english :)

Any GUI programming I do in Python is done with wxPython, which is built on wxWidgets. This is a cross platform set of components which causes all controls to be rendered in the target system's control set. That means that the application will look like a native application no matter what platform it runs on. There is also a free tool, wxGlade, which will help you develop your GUI.

Unlike tkinter, wxPython/wxWidgets is regularly updated. Unless using tkinter is a requirement (for example, for course work) I strongly suggest you consider using wxPython. If you decide to go this route I will be happy to answer any questions to the best of my ability.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.