ugroot/GROOT

Porting GUI to PyQt5

Closed this issue · 5 comments

Groot's Graphical User Interface is being shifted from tkinter to PyQt5.
Some useful links to get started -- 1.) https://pythonspot.com/pyqt5/
2.) http://zetcode.com/gui/pyqt5/
3.) https://blog.manash.me/quick-pyqt5-1-signal-and-slot-example-in-pyqt5-bf502ccaf11d (blog series)

Wasn't the GUI supposed to be done using Electron? Any specific reasons for this sudden change of heart?

Electron.js was never decided. It was taken in consideration as was pyqt and other GUI framewoks. Mentor of the project then finalised PyQt5

@sarthak247 would suggest reading some recent messages on the group i.e slack Groot channel

Working on this along with @nikhilmehta011