This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import os | |
import shutil | |
import winreg | |
import subprocess | |
import time | |
import psutil | |
import wmi | |
from PyQt6.QtWidgets import (QApplication, QMainWindow, QWidget, QVBoxLayout, QHBoxLayout, | |
QPushButton, QLabel, QProgressBar, QFrame, QStackedWidget, |