Python coursework for Industrial Programming
| ### | ### |
|---|---|
![]() |
![]() |
![]() |
and more... Some have an input box for the Document UUID to analyze. |
python ./src/f21sccw2.py # if you install dependencies with pip
#uv run ./src/f21sccw2.py # if you install dependencies with uv
#pdm run ./src/f21sccw2.py # if you install dependencies with pdm- You will need to install tkinter if you are on linux as it is not provided by default when you install python.
- You will need to install graphviz
- "graphviz>=0.20.3"
- "matplotlib>=3.9.2"
- "orjson>=3.10.12"
- "pandas>=2.2.3"
- "pycountry-convert>=0.7.2"
- tkinter
To install them, either use pip (don't forget to create a virtual environment)
pip install -r ./requirements.txtOr any Python Package Manager like uv or pdm
uv sync
#pdm installpython ./src/test_model.py

