Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
from os import * from time import * while True: system("taskkill /im regedit.exe") sleep(4)
pyinstaller --noconsole file.py