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
- check by running
-
Pip
- check by running
pip --version
- check by running
-
Tkinter
- check by running
python -m tkinter
in terminal of choice
- check by running
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
.
- [] Fix bug where uploading says "Invalid Path" for all paths
- [] Find a better way to get board details