How to build a non-console app with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to build a non-console app with python

None console hate console

1st Sep 2018, 11:45 AM
Naod Birhane
2 Answers
+ 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
1st Sep 2018, 12:57 PM
Nicolas Bonnet
Nicolas Bonnet - avatar
0
oh thank you
30th Sep 2018, 3:26 PM
Naod Birhane