Skip to content

demosthenesk/ClamGuard

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ClamGuard

ClamGuard is a python3 GUI for the famous antivirus ClamAV.

You can run it on Windows, Linux and Mac computers.

Screenshots

screen1

screen2

screen2

screen4

screen5

Requirements

Windows

  • Download the clamav for windows. ClamavNet

  • Configure clamav for windows according clamav instructions.

  • Put the clamscan and freshclam paths to PATH enviroment variable in Windows.

  • Download Which for Windows and install it.

  • Put the which path to PATH enviroment variable in Windows.

  • Download python3.9 or greater https://www.python.org/downloads/windows/ for windows and install it.

  • Install PyQt5. pip install PyQt5

Linux/Mac

  • Install clamav

  • Configure clamav according clamav instructions

  • Install python3.9 or greater

  • Install PyQt5. pip install PyQt5

  • Make sure you have installed pkexec

To run the application run the ClamGuard.py script

python3.9 ClamGuard.py

About

A python3 GUI for famous antivirus clamav.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages