Check out ClustViz, too!
This repository contains a GUI version of the clustviz package, built with PyQt5.
The app was built using fbs,
which helps building PyQt5 apps automating some PyInstaller tasks.
Basically, all the code has been moved inside src/main/python
,
a base.py
script has been added, which makes the ApplicationContenxt
visible to all other scripts, every path reference has been modified
using appctxt.get_resource()
, and all the other non-code files have been
moved to src/main/resources/base
.
The target
folder contains the result of the execution of
fbs freeze
and fbs installer
.
It is still not available as app; if you would like to use it now, just clone the repo, install the requirements
and run the script src/main/python/guy.py
. Currently, it works only on MacOS.