Launcher language?

Stubbsy

Contributor
Question for GReaper mostly.

I'm guessing the Launcher was written in Python? And what GUI Framework did you use?
 
Last edited:

GReaper

Grumpy
Python 2.7 (as the current PySide doesn't support Python 3 yet). PySide for the GUI, so it's Qt - but the package has an acceptable license.

Other packages include esky for auto updating the launcher itself, cx-Freeze for generating the .exe file, requests for HTTP requests, Send2Trash to move deleted/modified files to the Recycle Bin instead of removing them permanently.
 
Top