The source project of this merge request has been removed.
A GUI for mat2 written in PyQt5
Addressing issue #3 (closed) .
To see the UI follow the steps below
- Download PyQt5
cd ui
python3 main.py
No files other than the ones in the new (proposed) ui
directory have been touched.
Because of the lack of a proper API, this user interface does nothing other than selecting files and showing dialogs.
Naming of variables and functions in Qt follows the Letter case-separated words whereas pep8 suggests Delimiter-separated words where the delimiter is _
. For the time being I have followed the Qt style. Other than this I have conformed to pep8.