python script background music
1.5.3
script-background-music - Play elevator music in the background while your script runs.
pip install script-background-musicIt is very simple to use the package inside your scripts ...
from script_background_music import play_music_in_background
play_music_in_background()from script_background_music import BackgroundMusicContext
with BackgroundMusicContext():
# your instructions go here
passEverything is better with music!
No, it should not at least. If something goes wrong playing music etc. it simply wont play music. If you encounter the opposite feel free to create a bug report.
I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:
To get started please read the Contribution Guidelines.
python3 setup.py sdist bdist_wheel