A lightweight Python tool that monitors a specified folder and plays a notification sound whenever a new file is created.
- Watches a defined folder in real time
- Plays a custom sound when a new file is detected
- Automatic log file rotation (daily, keeps 3 days)
- Configurable through a
.envfile
install all the requirements via
pip install -r requirements.txt