Python --Simple security software

Introduction

Immediately, Have you ever wanted to make security software? Security software is a very good thing that protects our computer.

The simple security software introduced this time is Read the data from the folder containing the virus data and If the file to be scanned contains data for the virus, it will notify you. The installer and source code are included in Google Drive, so please check it out.

tree

File placement in the directory.

|SecuritySoftStorn
|-dist
|---test_virus
|-----GetPassword.py
|---__init__.py
|---log.txt
|---logo.png
|---installer.py
|---About.txt

Source code

Because the source code is so long Download link Download the source code from.

To use it more conveniently

Click here to download the Zip file that contains the full version of the softwareized file. ](Https://drive.google.com/drive/folders/1OAk2fUT5ZVFH8OouVeHFUqhRGHBgGp-7?usp=sharing) The installer is in it.

Finally

If you like this security software, let us know in the comments. If you did not install this security software in the first place, please press "LGTM".

Recommended Posts

Python --Simple security software
Simple gRPC in Python
Python --Simple multi-thread sample
# 1 [python3] Simple calculation using variables
Simple FPS measurement of python
[Python] Python and security-① What is Python?
Simple regression analysis in Python
Simple HTTP Server for python
Simple IRC client in python
First simple regression analysis in Python
Python
Simple OAuth 2 in Python (urllib + oauthlib)
Predictive Statistics (Practice Simple Regression) Python
Implementing a simple algorithm in Python 2
Automate simple tasks with Python Part0
Run a simple algorithm in Python
Simple gacha logic written in Python
Awesome Python: Great Python Framework Library Software Resources
Raspberry Pi Security Infrared Camera (Python Edition)
Try drawing a simple animation in Python
Automate simple tasks with Python Part1 Scraping
Machine learning with python (2) Simple regression analysis
Create a simple GUI app in Python
Use Amazon Simple Notification Service with Python
Write a simple greedy algorithm in Python
Write a simple Vim Plugin in Python 3
I made a simple blackjack with Python