A Python-based file monitoring tool that detects real-time file changes, including creation and modification, ensuring file integrity using SHA-256 hashing.
✔️ Real-time file monitoring
✔️ Detects file creation and modification
✔️ Uses SHA-256 hashing for integrity checks
✔️ Colored terminal output for better visibility
1️⃣ Clone the repository
git clone https://github.com/mradil04/file-integrity-tracker.git
2️⃣ Navigate to the project directory
cd file-integrity-tracker
3️⃣ Install dependencies
pip install -r requirements.txt
4️⃣ Run the script
python filetracker.py --dir /path/to/directory
Contributions are welcome! Please follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b feature-branch) - Commit changes (
git commit -m "Added new feature") - Push to GitHub (
git push origin feature-branch) - Open a Pull Request