from PySide2.QtWidgets import QWidget, QTabWidget, QApplication, QHBoxLayout, QVBoxLayout, QGridLayout from PySide2.QtGui import QGuiApplication, QPixmap, QImage, QIcon from PySide2.QtCore import QCoreApplication, Qt, QThread, QSettings, Signal from PySide2.QtWidgets import ( QPushButton, QToolButton, QListWidget, QLineEdit, QLabel, QTableWidget, QCheckBox, QComboBox, QMessageBox, QSlider, QProgressBar, QFileDialog, QListWidgetItem ) import sys import os import queue import requests import json import datetime import sqlite3 from time import sleep import zipfile from shutil import rmtree import subprocess import apps