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
from art import text2art | |
import WinTmp | |
import pyuac | |
from rich import print | |
from time import sleep | |
from os import system | |
import win32gui | |
import win32con | |
if not pyuac.isUserAdmin(): |
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
from climage import convert | |
from os import get_terminal_size, listdir, system, name, makedirs, path | |
from PIL import Image | |
from time import sleep, time | |
import cv2 | |
import keyboard | |
import sounddevice as sd | |
import soundfile as sf | |
import pygame | |
import threading |