Play random meme sounds on your desktop
The concept is shrimple:
This program downloads random sounds off of https://www.myinstants.com/en/index/de/, saves them in your audio folder (with a default maximum of 100 audios), and plays them after a pseudorandom timespan which you can decide.
You may edit the MIN_TIME and MAX_TIME global variables in the file to fit your needs.
Close from the system tray, the console, or the task manager!
For more information feel free to read the caffeine-overdosed comments I left!
HIDDEN SECRETS: There are three flags you may set when running this program:
--audio [filepath]: Play only a single given audio.--repeat_audio: Repeat the audios in theassets\audiosdirectory indefinitely at random.--no_download: Plays only downloaded audios, dont download new ones. Will repeat audios once all have been played.
Installation:
- Clone the repository or download
annoying.pyandrequirements.txt - create a venv with your favorite python installation (i tested it with python 3.13)
python -m venv .venv - activate venv and install requirements:
pip install -r requirements.txt - make sure you have an
icon.pngunder a directory calledassetsin the same folder (can be whatever you want) - run annoying.py
Have fun!