Skip to content

File Integrity Guard is a system tool that monitors archive files like photos and videos for changes caused by file corruption.

License

Notifications You must be signed in to change notification settings

jryantz/file-integrity-guard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Integrity Guard

build & test

Requirements

File Integrity Guard requires Python 3.10.

Python package requirements are documented in requirements.txt.

Installation

Windows

  1. Create a virtual environment: python -m venv env
  2. Activate the environment: env/Scripts/activate
  3. Install requirements: pip install -r requirements.txt

Mac

  1. Create a virtual environment: python3 -m venv env
  2. Activate the environment: source env/bin/activate
  3. Install requirements: pip install -r requirements.txt

Usage

Windows

Execute the following command from the folder containing the application.

$ python -m guardian

Mac

Execute the following command from the directory containing the application.

$ python3 -m guardian

About

File Integrity Guard is a system tool that monitors archive files like photos and videos for changes caused by file corruption.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages