guglielmosanchini / ClustVizGUI

GUI version of https://github.com/guglielmosanchini/ClustViz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GUI version of https://github.com/guglielmosanchini/ClustViz

License:MIT License


Languages

Language:HTML 45.0%Language:Tcl 27.2%Language:TeX 20.7%Language:Python 5.1%Language:Makefile 1.1%Language:C 0.9%