Skip to content

ShayBox/RidenGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.