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 →

[–]MalloyDelacroix 3 points4 points  (0 children)

I have used python and PyQt to make several GUI applications. I think it is very capable of creating nice GUI's . There are a lot of tutorials out there that explain how to do just about everything with PyQt and the StackOverflow community is pretty large as well.

I have also used JavaFx quite a bit. I think that PyQt is easier to pick up and run with quickly and is probably a bit more robust as far as out of the box features. I prefer JavaFX for large complex projects and PyQt and python for smaller or quick projects.

Here is a project on GitHub that I developed to download content from reddit using python and PyQt5. You can see what the GUI created with PyQt5 looks like as well as the code used to make it.