1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import time, subprocess, sys
|
import time, subprocess, sys, os
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import vlc
|
import vlc
|
||||||
@@ -9,7 +9,10 @@ except:
|
|||||||
toxin = vlc.MediaPlayer("https://github.com/BarsTiger/roflProjects/raw/master/files/toxin.mp3")
|
toxin = vlc.MediaPlayer("https://github.com/BarsTiger/roflProjects/raw/master/files/toxin.mp3")
|
||||||
toxin.play()
|
toxin.play()
|
||||||
|
|
||||||
time.sleep(16)
|
time.sleep(1.5)
|
||||||
|
os.system('cls' if os.name == 'nt' else 'clear')
|
||||||
|
|
||||||
|
time.sleep(17)
|
||||||
print("Я...")
|
print("Я...")
|
||||||
time.sleep(2)
|
time.sleep(2)
|
||||||
print("Гуль")
|
print("Гуль")
|
||||||
|
|||||||
Reference in New Issue
Block a user