0

how do I develop a graphics user interface (GUI) with my python code.

Python with GUI

13th Jun 2018, 9:26 PM
Akinboyewa David Oluwarotimi
2 ответов
0
thanks
14th Jun 2018, 6:45 AM
Akinboyewa David Oluwarotimi
0
If you just starting with GUI i strongly recommend using Tkinter. Tkinter is built in library and does not require any additional setup steps, it is easy to understand and implement compared to some other popular libraries, however, its supports mainy basic GUI functionalities.
14th Jun 2018, 8:38 AM
Qwertiony
Qwertiony - avatar