added script to rename files in videoanalyse folder, so that they are easiert to navigate

This commit is contained in:
2026-06-20 19:51:23 +02:00
parent 77ea5271f2
commit 33a0815d5c
2 changed files with 151 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ def get_list_of_packages_to_load():
packages.append('requests')
packages.append('openpyxl')
packages.append('jinja2') # for styling
packages.append('nc-py-api')
packages.append('urllib3')
# packages.append('matplotlib')
# packages.append('pyqt5')