Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 924 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 924 Bytes

CUSTOMHyS-Qt

This is the official repository for the CUSTOMHyS-Qt software. CUSTOMHyS-Qt is a GUI for the CUSTOMHyS framework, which is an interactive tool for customysing heuristic-based algorithms. The CUSTOMHyS-Qt is written in Python and uses the PyQt5 library for the GUI. Further references about the backend can be found in the CUSTOMHyS repository. The CUSTOMHyS-Qt is distributed under the terms of the GNU General Public License v3.0.

Screenshot(s)

Screenshot 2024-01-04 at 13.14.54.png

Installation

  1. Clone the repository
git clone https://github.com/jcrvz/customhys-qt.git
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the application
python customhys-qt.py
  1. (Optional) Create a standalone executable
pyinstaller customhys-qt.spec