Skip to main content

Play elevator music in the background while your script runs.

Project description

script-background-music

CircleCI GitHub Release PyPI version pre-commit

script-background-music - Play elevator music in the background while your script runs.

Why?

Everything is better with music!

Usage

It is very simple to use the package inside your scripts ...

... the entire time, until your script exits

from script_background_music import play_music_in_background

play_music_in_background()

... for a specific set of instructions

from script_background_music import BackgroundMusicContext

with BackgroundMusicContext():
    # your instructions go here
    pass

Notes on implementation

Can it break my script?

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.

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

script-background-music-1.4.0.tar.gz (6.4 MB view hashes)

Uploaded Source

Built Distribution

script_background_music-1.4.0-py3-none-any.whl (6.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page