/Diagnostic

gui app

Primary LanguagePython

instructions

  • clone this repository or download the zip file
  • install python from here
  • install a text editor or ide like vs-code or pycharm
  • open the project in the text editor or ide
  • open a new terminal in the poject directly
  • install virtualenv and with pip install virtualenv
  • create a virtualenv in the project folder with virtualenv venv
  • install the dependencies with the following packages
    • PyQt6 run the program with source/python main.py
  • enjoy