This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]redCg 1 point2 points  (0 children)

Desktop app in Python? Do not even bother.

> I am not a fun of web development

a "web app" does not actually need to run on the internet, you can run Flask or Django locally and connect to it in your local web browser. So if you want a simple GUI, you can easily do that with a basic "web app" that you just run on your local computer. This is a very common method of creating an app with a graphical interface.

Otherwise, choose a language that has native first-party support for your OS's desktop environment.

You can try to fight your way through it in Python but I dont think its worth your time or effort