LICENSE
README.md
pyproject.toml
swiss_knife/__init__.py
swiss_knife/core.py
swiss_knife/automation/__init__.py
swiss_knife/automation/password_generator.py
swiss_knife/cli/__init__.py
swiss_knife/cli/csv_cli.py
swiss_knife/cli/duplicate_finder.py
swiss_knife/cli/password_cli.py
swiss_knife/cli/rename_cli.py
swiss_knife/file_management/__init__.py
swiss_knife/file_management/bulk_renamer.py
swiss_knife/file_management/duplicate_finder.py
swiss_knife/text_processing/__init__.py
swiss_knife/text_processing/csv_converter.py
swiss_knife_py.egg-info/PKG-INFO
swiss_knife_py.egg-info/SOURCES.txt
swiss_knife_py.egg-info/dependency_links.txt
swiss_knife_py.egg-info/entry_points.txt
swiss_knife_py.egg-info/requires.txt
swiss_knife_py.egg-info/top_level.txt
tests/test_bulk_renamer.py
tests/test_cli_csv.py
tests/test_cli_duplicate_finder.py
tests/test_cli_password.py
tests/test_cli_rename.py
tests/test_core.py
tests/test_csv_converter.py
tests/test_duplicate_finder.py
tests/test_minimal_coverage.py
tests/test_password_generator.py