A simple and efficient Python automation tool that scans any directory, compares it with the previous scan data, and generates a detailed report of new or updated files. The report is automatically emailed to the user for easy monitoring.
- π΅οΈ Detects newly added and modified files.
- π Maintains a history of scans for comparison.
- π§ Automatically emails the report to the user.
- βοΈ 100% Python-based β no external database required.
- π Can be run manually or scheduled via Windows Task Scheduler.
- Python 3.8+
- Internet connection (for sending emails)
- Required Python packages:
pip install pandas openpyxl
Python File_Update_Reporter.py