Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.14 KB

RidenGUI

Qt 5/6 based GUI for Riden RDXX power supplies written in Python

Screenshots

MainWindow
SettingsWizard1 SettingsWizard2 SettingsWizard2

Issues

Please report and discuss issues on Discussions

Installation

Requirements:

$ pip install --user pyqt5
$ pip install --user git+https://github.com/shaybox/ridengui.git

$ ridengui

Development

poetry is a required build dependency (build tool)

git clone https://github.com/ShayBox/RidenGUI.git
cd RidenGUI
poetry env use <python3 executable>

$ poetry run ridengui

Usage

There's icon and desktop entry files in the data directory.
Run the command ridengui to start the GUI.
Run the command ridengui --help to see the command line options.