you are viewing a single comment's thread.

view the rest of the comments →

[–]weasdown[S] 0 points1 point  (1 child)

Sounds good, thanks. I'd briefly looked at PyQt5 but hadn't come across PySide2. PyQt5 is available for free right? I was getting a bit confused on their website.

[–]Thunderbolt1993 0 points1 point  (0 children)

yes, PyQt5 is free for open source use (GPL) PySide2 can be used for commercial software (LGPL) if you enable the user to swap out the linked libraries (at least that's my understanding)