LICENSE
README.md
pyproject.toml
setup.py
NeuroRuler/__init__.py
NeuroRuler.egg-info/PKG-INFO
NeuroRuler.egg-info/SOURCES.txt
NeuroRuler.egg-info/dependency_links.txt
NeuroRuler.egg-info/requires.txt
NeuroRuler.egg-info/top_level.txt
NeuroRuler/../cli_config.json
NeuroRuler/../gui_config.json
NeuroRuler/CLI/__init__.py
NeuroRuler/CLI/main.py
NeuroRuler/GUI/__init__.py
NeuroRuler/GUI/helpers.py
NeuroRuler/GUI/main.py
NeuroRuler/GUI/mainwindow.ui
NeuroRuler/GUI/static/nr_logo.png
NeuroRuler/GUI/themes/dark/dark.json
NeuroRuler/GUI/themes/dark/resources.py
NeuroRuler/GUI/themes/dark/stylesheet.qss
NeuroRuler/GUI/themes/dark-green/dark-green.json
NeuroRuler/GUI/themes/dark-green/resources.py
NeuroRuler/GUI/themes/dark-green/stylesheet.qss
NeuroRuler/GUI/themes/dark-nr/dark-nr.json
NeuroRuler/GUI/themes/dark-nr/resources.py
NeuroRuler/GUI/themes/dark-nr/stylesheet.qss
NeuroRuler/GUI/themes/dark-purple/dark-purple.json
NeuroRuler/GUI/themes/dark-purple/resources.py
NeuroRuler/GUI/themes/dark-purple/stylesheet.qss
NeuroRuler/GUI/themes/light/light.json
NeuroRuler/GUI/themes/light/resources.py
NeuroRuler/GUI/themes/light/stylesheet.qss
NeuroRuler/GUI/themes/light-green/light-green.json
NeuroRuler/GUI/themes/light-green/resources.py
NeuroRuler/GUI/themes/light-green/stylesheet.qss
NeuroRuler/GUI/themes/light-nr/light-nr.json
NeuroRuler/GUI/themes/light-nr/resources.py
NeuroRuler/GUI/themes/light-nr/stylesheet.qss
NeuroRuler/GUI/themes/light-purple/light-purple.json
NeuroRuler/GUI/themes/light-purple/resources.py
NeuroRuler/GUI/themes/light-purple/stylesheet.qss
NeuroRuler/utils/__init__.py
NeuroRuler/utils/cli_settings.py
NeuroRuler/utils/constants.py
NeuroRuler/utils/exceptions.py
NeuroRuler/utils/global_vars.py
NeuroRuler/utils/gui_settings.py
NeuroRuler/utils/img_helpers.py
NeuroRuler/utils/imgproc.py
NeuroRuler/utils/parser.py
tests/__init__.py
tests/constants.py
tests/test_algorithm.py
tests/test_algorithm_unittest.py
tests/test_cli.py
tests/test_img_helpers.py
tests/test_imgproc.py
tests/test_unittest.py