can you make desktop application with python code example
Example 1: how to make a desktop application in python
Some libraries in Python for desktop app development:
1. WxPython
2. Tkinter
3. Kivy
4. PyQt5
Example 2: do people make desktop apps with python
You should not use python for desktop app development because it creates very
large files for short applications, instead go for languages like C, C++, C
or Java for building lightweight and fast apps.