Skip to content

kecalek13/CppAntiVirus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit

C++AntiVirus

This program I am making in Visual Studio Code

Build project

  1. Clone this project
     git clone https://github.com/kecalek13/CppAntiVirus
    
  2. Go to CppAntiVirus
     cd CppAntiVirus/src/
    
  3. Build main.cpp using g++. PS: output file must name C++AntivirusEngine.exe
     g++ main.cpp -o C++AntivirusEngine.exe
    
  4. Start GUI.py using python
     python GUI.py
    

Contributing to this project

Please fork this project and contribute to it.
I will be happy for every contribution and star of course.