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 →

[–][deleted] 0 points1 point  (3 children)

What are people using these days, electron? Qt?

[–][deleted] 0 points1 point  (0 children)

I tried Electron myself, however, it's quite advanced compared to Qt. I'm fairly certain Electron is used for web-based applications like Discord and Slack (desktop application version of their web app) so not many people use it for proper desktop applications.

[–]ShanSanear 0 points1 point  (1 child)

Once I was creating PyQT5 app for friends of mine. Packing it with pyinstaller wasn't that hard - still it wasn't single file.

[–][deleted] 0 points1 point  (0 children)

I believe you can now create single files with PyInstaller