Skip to content

A GUI for mat2 written in PyQt5

fboi312 requested to merge (removed):GUI into master

Addressing issue #3 (closed) .

To see the UI follow the steps below

  1. Download PyQt5
  2. cd ui
  3. 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.

Merge request reports