-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest
More file actions
30 lines (21 loc) · 683 Bytes
/
test
File metadata and controls
30 lines (21 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
fthis is a testd f
adfa
dds
j
csaadf
d# File Integrity Monitor
## Description
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: