Skip to content

witheria/audio-annoyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

audio-annoyer

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 the assets\audios directory 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.py and requirements.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.png under a directory called assets in the same folder (can be whatever you want)
  • run annoying.py

Have fun!

About

Play random meme sounds on your desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages