Skip to content

Instantly share code, notes, and snippets.

@Tvorog-og
Tvorog-og / fs_antivirus_bet1.01.py
Last active September 24, 2025 15:32
File scanner on python
import sys
import os
import hashlib
import json
from datetime import datetime
from PyQt5.QtWidgets import (
QApplication, QWidget, QVBoxLayout, QPushButton,
QTextEdit, QFileDialog, QLabel, QHBoxLayout
)
from PyQt5.QtCore import QTimer