Skip to content

A Python GUI that allows easy updating and access to the IRIS boards.

Notifications You must be signed in to change notification settings

IRIS-Digital-Dosimeter/IRIS-GUI

Repository files navigation

IRIS-GUI

A Python GUI that allows easy updating and access to the IRIS boards.

Requirements:

  • Python 3.10+

    • check by running python --version in terminal of choice
  • Pip

    • check by running pip --version
  • Tkinter

    • check by running python -m tkinter in terminal of choice

In order to download required packages, please run the following in a terminal: pip -R install ./requirements.txt

If you're using Linux and have issues using pip for Python packages, you may have to use your package manager to manually install them. The list of dependencies can be found in ./requirements.txt.

To Do

  • [] Fix bug where uploading says "Invalid Path" for all paths
  • [] Find a better way to get board details

About

A Python GUI that allows easy updating and access to the IRIS boards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published