D
Size: a a a
D
СИ
СИ
D
М
СИ
СИ
СИ
СИ
СИ
СИ
if text == 'сделать скриншот' or text == "сделай скриншот" :
try:
os.startfile(r'C:\Windows\System32\SnippingTool.exe')
except:
pygame.mixer.init()
s = pygame.mixer.Sound(PATH_TO_WAVnotfiles + random.choice(notfiles))
s.play()
print('файл не найден')СИ
for text in listen():
if text == 'сделать скриншот' or text == "сделай скриншот" :
try:
os.startfile(r'C:\Windows\System32\SnippingTool.exe')
except:
pygame.mixer.init()
s = pygame.mixer.Sound(PATH_TO_WAVnotfiles + random.choice(notfiles))
s.play()
print('файл не найден')