0
How to build a non-console app with python
None console hate console
2 ответов
+ 1
If I understand your question correctly, you have to learn how to build a GUI (Graphic User Interface). Luckily there are plenty of modules that will help you to do so. For instance "Tkinter" which is installed by default with Python. But you'll to learn how to manage it. Take a look here to get a list of them : https://wiki.python.org/moin/GuiProgramming
0
oh thank you