README.md
pyproject.toml
frame_stamp/__init__.py
frame_stamp/__version__.py
frame_stamp/stamp.py
frame_stamp.egg-info/PKG-INFO
frame_stamp.egg-info/SOURCES.txt
frame_stamp.egg-info/dependency_links.txt
frame_stamp.egg-info/requires.txt
frame_stamp.egg-info/top_level.txt
frame_stamp/bin/open_viewer.sh
frame_stamp/fonts/OpenSans.ttf
frame_stamp/fonts/OpenSansBold.ttf
frame_stamp/fonts/OpenSansSemiBold.ttf
frame_stamp/fonts/Vera.ttf
frame_stamp/fonts/VeraMono.ttf
frame_stamp/fonts/VeraMonoBold.ttf
frame_stamp/resources/icon.png
frame_stamp/resources/icon.svg
frame_stamp/shape/__init__.py
frame_stamp/shape/base_shape.py
frame_stamp/shape/circle.py
frame_stamp/shape/column.py
frame_stamp/shape/grid.py
frame_stamp/shape/image.py
frame_stamp/shape/label.py
frame_stamp/shape/line.py
frame_stamp/shape/polygon.py
frame_stamp/shape/rect.py
frame_stamp/shape/row.py
frame_stamp/shape/tile.py
frame_stamp/utils/__init__.py
frame_stamp/utils/b64.py
frame_stamp/utils/background_grig.py
frame_stamp/utils/batch.py
frame_stamp/utils/exceptions.py
frame_stamp/utils/geometry_tools.py
frame_stamp/utils/image_tools.py
frame_stamp/utils/jsonc.py
frame_stamp/utils/point.py
frame_stamp/utils/pytemplate.py
frame_stamp/utils/rect.py
frame_stamp/utils/render_svg.py
frame_stamp/viewer/__init__.py
frame_stamp/viewer/canvas.py
frame_stamp/viewer/create_grid_dialog.py
frame_stamp/viewer/default_template.py
frame_stamp/viewer/dialog.py
frame_stamp/viewer/watch.py
tests/test_b64.py
tests/test_baseshape_rect.py
tests/test_framestamp_basic.py
tests/test_grid_shape.py
tests/test_image_shape.py
tests/test_label_shape.py
tests/test_line_shape.py
tests/test_tile_shape.py