.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/ci.yaml
examples/amelie_smoothed_circular.png
examples/amelie_smoothed_horizontal.png
examples/barbie_smoothed_circular.png
examples/barbie_smoothed_horizontal.png
examples/drive_smoothed_circular.png
examples/drive_smoothed_horizontal.png
examples/royal_tenenbaum_smoothed_circular.png
examples/royaltenenbaums_smoothed_horizontal.png
examples/thelodger_smoothed_circular.png
examples/thelodger_smoothed_horizontal.png
examples/yourname_smoothed_circular.png
examples/yourname_smoothed_horizontal.png
src/__init__.py
src/barcode_generation.py
src/color_extraction.py
src/main.py
src/utility.py
src/video_processing.py
src/movie_barcodes.egg-info/PKG-INFO
src/movie_barcodes.egg-info/SOURCES.txt
src/movie_barcodes.egg-info/dependency_links.txt
src/movie_barcodes.egg-info/entry_points.txt
src/movie_barcodes.egg-info/requires.txt
src/movie_barcodes.egg-info/top_level.txt
tests/__init__.py
tests/sample.mp4
tests/test_barcode_generation.py
tests/test_color_extraction.py
tests/test_integration.py
tests/test_utility.py
tests/test_video_processing.py