LICENSE
README.md
pyproject.toml
src/copy_n_launch_xlsx/VERSION
src/copy_n_launch_xlsx/__init__.py
src/copy_n_launch_xlsx/__main__.py
src/copy_n_launch_xlsx/_version.py
src/copy_n_launch_xlsx/cli.py
src/copy_n_launch_xlsx/context.py
src/copy_n_launch_xlsx/core.py
src/copy_n_launch_xlsx/datacopy.py
src/copy_n_launch_xlsx/environment.py
src/copy_n_launch_xlsx/gui.py
src/copy_n_launch_xlsx/helpers.py
src/copy_n_launch_xlsx/logging_setup.py
src/copy_n_launch_xlsx/paths.py
src/copy_n_launch_xlsx/splash.py
src/copy_n_launch_xlsx/tk_utils.py
src/copy_n_launch_xlsx/webapp.py
src/copy_n_launch_xlsx.egg-info/PKG-INFO
src/copy_n_launch_xlsx.egg-info/SOURCES.txt
src/copy_n_launch_xlsx.egg-info/dependency_links.txt
src/copy_n_launch_xlsx.egg-info/entry_points.txt
src/copy_n_launch_xlsx.egg-info/requires.txt
src/copy_n_launch_xlsx.egg-info/top_level.txt
src/copy_n_launch_xlsx/data/README.md
src/copy_n_launch_xlsx/data/icons/max-blue.svg
src/copy_n_launch_xlsx/data/icons/max-blue_1024x1024.png
src/copy_n_launch_xlsx/data/icons/max-blue_256x256.ico
src/copy_n_launch_xlsx/data/icons/max-green.icns
src/copy_n_launch_xlsx/data/icons/max-green.svg
src/copy_n_launch_xlsx/data/icons/max-green_1024x1024.png
src/copy_n_launch_xlsx/data/icons/max-green_256x256.ico
src/copy_n_launch_xlsx/data/icons/max-magenta.svg
src/copy_n_launch_xlsx/data/icons/max-magenta_1024x1024.png
src/copy_n_launch_xlsx/data/icons/max-magenta_256x256.ico
src/copy_n_launch_xlsx/data/icons/max-green.iconset/icon_128x128.png
src/copy_n_launch_xlsx/data/icons/max-green.iconset/icon_16x16.png
src/copy_n_launch_xlsx/data/icons/max-green.iconset/icon_16x16@2x.png
src/copy_n_launch_xlsx/data/icons/max-green.iconset/icon_256x256.png
src/copy_n_launch_xlsx/data/icons/max-green.iconset/icon_256x256@2x.png
src/copy_n_launch_xlsx/data/icons/max-green.iconset/icon_512x512.png
src/copy_n_launch_xlsx/data/icons/max-green.iconset/icon_512x512@2x.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark.tcl
src/copy_n_launch_xlsx/data/themes/forest/forest-light.tcl
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/border-accent-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/border-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/border-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/border-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/border-invalid.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/card.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-tri-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-tri-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-tri-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-unsel-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-unsel-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-unsel-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/check-unsel-pressed.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/combo-button-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/combo-button-focus.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/combo-button-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/down.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/empty.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/hor-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/hor-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/hor-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/notebook.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/off-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/off-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/off-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/on-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/on-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/on-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-tri-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-tri-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-tri-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-unsel-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-unsel-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-unsel-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/radio-unsel-pressed.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/rect-accent-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/rect-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/rect-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/rect-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/right.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/scale-hor.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/scale-vert.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/separator.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/sizegrip.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/spin-button-down-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/spin-button-down-focus.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/spin-button-up.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/tab-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/tab-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/tab-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/thumb-hor-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/thumb-hor-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/thumb-hor-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/thumb-vert-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/thumb-vert-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/thumb-vert-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/tree-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/tree-pressed.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/up.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/vert-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/vert-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-dark/vert-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/border-accent-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/border-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/border-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/border-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/border-invalid.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/card.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-tri-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-tri-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-tri-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-unsel-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-unsel-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-unsel-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/check-unsel-pressed.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/combo-button-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/combo-button-focus.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/combo-button-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/down-focus.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/down.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/empty.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/hor-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/hor-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/hor-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/notebook.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/off-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/off-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/off-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/on-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/on-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/on-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-tri-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-tri-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-tri-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-unsel-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-unsel-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-unsel-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/radio-unsel-pressed.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/rect-accent-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/rect-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/rect-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/rect-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/right-focus.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/right.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/scale-hor.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/scale-vert.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/separator.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/sizegrip.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/spin-button-down-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/spin-button-down-focus.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/spin-button-up.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/tab-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/tab-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/tab-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/thumb-hor-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/thumb-hor-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/thumb-hor-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/thumb-vert-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/thumb-vert-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/thumb-vert-hover.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/tree-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/tree-pressed.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/up.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/vert-accent.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/vert-basic.png
src/copy_n_launch_xlsx/data/themes/forest/forest-light/vert-hover.png
test/test_get_target_copy_dir.py