CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
annotex/__init__.py
annotex/main.py
annotex.egg-info/PKG-INFO
annotex.egg-info/SOURCES.txt
annotex.egg-info/dependency_links.txt
annotex.egg-info/entry_points.txt
annotex.egg-info/not-zip-safe
annotex.egg-info/requires.txt
annotex.egg-info/top_level.txt
annotex/__pycache__/__init__.cpython-311.pyc
annotex/__pycache__/main.cpython-311.pyc
annotex/core/__init__.py
annotex/core/annotation_engine.py
annotex/core/dataset_manager.py
annotex/core/__pycache__/__init__.cpython-311.pyc
annotex/core/__pycache__/annotation_engine.cpython-311.pyc
annotex/core/__pycache__/dataset_manager.cpython-311.pyc
annotex/gui/__init__.py
annotex/gui/advanced_gui.py
annotex/gui/__pycache__/__init__.cpython-311.pyc
annotex/gui/__pycache__/advanced_gui.cpython-311.pyc
annotex/utils/__init__.py
annotex/utils/helpers.py
assets/screenshots/main_interface.png
docs/api_reference.md
docs/installation.md
docs/usage.md
docs/examples/basic_usage.py
tests/__init__.py
tests/test_annotation.py
tests/test_gui.py