Skip to content

vielnos/File-Update-Reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ File Update Reporter

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.


πŸš€ Features

  • πŸ•΅οΈ 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.

🧰 Requirements

  • Python 3.8+
  • Internet connection (for sending emails)
  • Required Python packages:
    pip install pandas openpyxl
    

Python File_Update_Reporter.py

About

A Python utility that scans directories and reports updated files on email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages