commit 38d1b6bfbd5568d60361022deb773ce54c146bb7 Author: BarsTiger Date: Wed Jul 28 21:56:04 2021 +0300 Initial commit diff --git a/Le-le-let me die/I don’t really know what the point in life is.py b/Le-le-let me die/I don’t really know what the point in life is.py new file mode 100644 index 0000000..b15c36c --- /dev/null +++ b/Le-le-let me die/I don’t really know what the point in life is.py @@ -0,0 +1,26 @@ +import time, subprocess, sys + +try: + import vlc +except: + subprocess.check_call([sys.executable, "-m", "pip", "install", 'vlc']) + import vlc + +toxin = vlc.MediaPlayer("http://your_mp3_url") +toxin.play() + +time.sleep(16) +print("Я...") +time.sleep(2) +print("Гуль") +time.sleep(1) +print("Ле ле лет ми дай") +time.sleep(0.5) + +while True: + i = 1000 + + while i != 6: + print(str(i) + " - 7 = " + str(i - 7)) + i -= 7 + time.sleep(0.01) diff --git a/files/toxin.mp3 b/files/toxin.mp3 new file mode 100644 index 0000000..d551139 Binary files /dev/null and b/files/toxin.mp3 differ