File Sync Py is a Python package designed for real-time synchronization between two folders. It monitors changes such as file creation, modification, deletion, and movement in the source folder and mirrors these changes to the target folder.
- Real-time Synchronization: Automatically mirrors changes from the source folder to the target folder.
- Event Handling: Handles file creation, modification, deletion, and movement.
- Simple Setup: Easy to configure and use with minimal setup required.
After building the package, you can install it using pip:
pip install dist/file_sync_py-0.1.0-py3-none-any.whl