/sentry-vision

This is a simple Antivirus Software for my ESD.

Primary LanguageJavaMIT LicenseMIT

Simple Antivirus Scanner

This is a simple Java-based antivirus scanner application using JavaFX for the user interface.

Features

  • Scan for viruses (simulated)
  • Identify and delete junk files
  • Boost system performance
  • Simple and elegant user interface
  • Basic settings panel

Requirements

  • Java 8 or later
  • JavaFX 8 or later

Directory Structure

SimpleAntivirusScanner/
├── src/
│ └── com/
│ └── example/
│ └── antivirus/
│ ├── EnhancedAntivirus.java
│ └── styles.css
├── lib/
├── build/
└── README.md

How to Run

  1. Clone the repository:
git clone https://github.com/yourusername/SimpleAntivirusScanner.git
  1. Navigate to the project directory:
cd SimpleAntivirusScanner
  1. Compile the project:
javac -d build -sourcepath src src/com/example/antivirus/EnhancedAntivirus.java
  1. Run the application:
java -cp build com.example.antivirus.EnhancedAntivirus

License

This project is licensed under the MIT License.