Skip to content

This Python script is a GUI-based file integrity checker designed to monitor changes in a selected directory in real-time using watchdog, and verify file integrity using SHA-256 hashing.

Notifications You must be signed in to change notification settings

its-pc/SecurefileMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Secure File Integrity Checker (GUI + Real-Time)

βœ… Features

  • GUI using Tkinter
  • Real-time monitoring with watchdog
  • SHA-256 hashing for secure file validation
  • Alerts on file addition, deletion, or modification
  • Beginner-friendly

πŸ›  Requirements

  • Python 3.x
  • tkinter
  • watchdog

GUI Demo

πŸš€ How to Run

pip install -r requirements.txt
python checker_gui.py

About

This Python script is a GUI-based file integrity checker designed to monitor changes in a selected directory in real-time using watchdog, and verify file integrity using SHA-256 hashing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages