🔐 Bit-Link Python Antivirus
A lightweight, hash-based antivirus tool designed to detect and remove malicious files using SHA-256 (and optional MD5) hash signatures. Fast, simple, and ideal for custom malware detection or automated security tasks.
🚀 Features
SHA-256 & MD5 hash scanning
Detects malicious files by comparing hashes with your signature list
Automatic removal of matched threats
Scans single files or entire directories
Lightweight & easy to customize
Cross-platform (Windows/Linux) depending on your Python setup
git clone https://github.com/SURUJ404/Antivirus cd Antivirus pip install -r requirements.txt