Answers for "do people make desktop apps with python"

3

how to make a desktop application in python

Some libraries in Python for desktop app development:
  1. WxPython
  2. Tkinter
  3. Kivy
  4. PyQt5
Posted by: Guest on March-30-2021
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.
Posted by: Guest on June-10-2021

Code answers related to "do people make desktop apps with python"

Browse Popular Code Answers by Language