craml/module.py

22 lines
678 B
Python
Raw Permalink Normal View History

2024-05-06 02:27:06 +08:00
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,
2024-05-20 16:23:36 +08:00
QFileDialog, QListWidgetItem, QListView
2024-05-06 02:27:06 +08:00
)
import sys
import os
import queue
import requests
import json
import datetime
import sqlite3
2024-05-21 23:33:06 +08:00
import pyperclip
import traceback
2024-05-06 02:27:06 +08:00
from time import sleep
import zipfile
from shutil import rmtree
import subprocess
import apps