Qbicz / multi-secret-sharing

open source tool for splitting multiple secrets among multiple stakeholders
MIT License
14 stars 6 forks source link

GUI framework should be PyQt #3

Closed Qbicz closed 7 years ago

Qbicz commented 7 years ago

PyGObject/PyGTK+ 3 requires a 200MB pack installation on Windows. PyQt freezed by PyInstaller may be a better choice.

Qbicz commented 7 years ago

TODO: make some tests with PyQt / PyInstaller on Windows.

Qbicz commented 7 years ago
  1. draw a GUI on paper
  2. draw in QtCreator
  3. pyuic5 to python class
  4. test
  5. bundle with PyInstaller
Qbicz commented 7 years ago

PyQt GUI created, released as v0.1alpha using PyInstaller