Skip to content

Latest commit

 

History

History
executable file
·
49 lines (32 loc) · 591 Bytes

README.md

File metadata and controls

executable file
·
49 lines (32 loc) · 591 Bytes

Virus-Scanner 1.0

Open source virus scanner built using python and various APIs

Installing PIP project

pip3 install vscan

Running the program

vscan

Installing from github

Downloading

git clone https://github.com/HWTechClub/Virus-Scanner.git

Install requirements

pip install -r requirements.txt
# OR 
pip3 install -r requirements.txt

Running the program

python3 vscan

OR

./vscan

This is the main program, main.py is not to be used directly by the user.

TODO

  1. Check if website exists when scanning URLs