Skip to content

Rieidi/PyAV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAV

PyAV is an antivirus developed entirely in Python. It features a daily hash update function using the Malware-Basar API.

Features

  • Daily hash updates
  • System tray icon to restore or exit the application
  • Window hidden when closed, keeping the application running
  • Hourly hash updates

How to Use

  1. Clone the repository:

    git clone https://github.com/Rieidi/PyAV.git
  2. Navigate to the project directory:

    cd PyAV
  3. Install the required dependencies:

    Make sure you have Python installed. Then, install the dependencies listed in the requirements.txt file:

    pip install -r requirements.txt
  4. Set up the Malware-Basar API:

    Place the necessary .txt file in the same directory as the main .py file, as mentioned in the repository.

  5. Run the antivirus:

    python PyAV.py

Upcoming Updates

  • Botloader backup
  • Web protection

License

MIT LICENSE

About

An efficient antivirus written entirely in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages