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.
- Host: GitHub
- URL: https://github.com/parthasdey2304/sentry-vision
- Owner: parthasdey2304
- License: mit
- Created: 2024-07-08T19:29:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T19:43:00.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T10:49:01.820Z (7 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.