Skip to content

guglielmosanchini/ClustVizGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClustVizGUI

2D Clustering Algorithms Visualization

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.

Useful links

https://github.com/mherrmann/fbs-tutorial

pyinstaller/pyinstaller#3753

https://stackoverflow.com/questions/26176169/pyinstaller-os-x-app-runs-from-command-line-but-not-finder-window