Akhil-Binu / free-virusscanner-by-akhilbinu

This is a virus total based lightweight Antivirus Scanner build using Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free Virus Scanner

By Akhil

Description

This is a cross platform virus scanner so it can install on any os and anyone can run this by installing a python compiler and some essential libraries.

Installation

First install python and pip from Here

For linux users:

sudo apt install python3
sudo apt install python3-pip

Installing the libraries:

pip3 install -r requirements.txt

Running the script:

python3 virus-scanner.py

Examples

Virus Detected

No Virus Detected

About

This is a virus total based lightweight Antivirus Scanner build using Python.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%