An open API service indexing awesome lists of open source software.

https://github.com/parthasdey2304/sentry-vision

This is a simple Antivirus Software for my ESD.
https://github.com/parthasdey2304/sentry-vision

Last synced: 7 months ago
JSON representation

This is a simple Antivirus Software for my ESD.

Awesome Lists containing this project

README

          

# 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:
``` sh
git clone https://github.com/yourusername/SimpleAntivirusScanner.git
```

2. Navigate to the project directory:
``` sh
cd SimpleAntivirusScanner
```

3. Compile the project:
``` sh
javac -d build -sourcepath src src/com/example/antivirus/EnhancedAntivirus.java
```

4. Run the application:
``` sh
java -cp build com.example.antivirus.EnhancedAntivirus
```

## License

This project is licensed under the MIT License.