2 ответов
+ 1
Pyqt or tkinter or any other gui toolkit. then you can make .exe file from your code with pyinstaller.
you can use visual studio too. it just added python environment for Windows app.
0
you can do with Tkinter or PyQt5 if you are into GUI,
Tkinter is used for Hobby projects or learning GUI
PyQt5 is a little bit proffesional.