You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program monitors the integrity of specified files and alerts the user if any changes are detected. It calculates the SHA-256 hash of a file and continuously compares it to the previously calculated hash.
## Features
- Monitor file integrity
- Print alerts for detected changes
- Play alert sound when a change is detected
## Getting Started
### Prerequisites
- Python 3.x
- Required Python packages (can be installed using `pip`):
- `colorama`
- `playsound`
### Installation
1. Clone the repository or download the ZIP file.
2. Install the required packages using the following command: