Make Sure Python is installed locally if not download it from the link below.
https://www.python.org/downloads/
Create a python environment for running this project.
conda create -n env_name python==3.11
Clone the project
git clone git@github.com:stark-03/FileSentinal.gitGo to the project directory
cd my-projectInstall dependencies
pip install cryptographyRun the file
python3 main.py