Metadata-Version: 2.1
Name: script-background-music
Version: 1.0.0
Home-page: https://github.com/timo-reymann/python-script-background-music
Author: Timo Reymann <mail@timo-reymann.de>
Requires-Python: >3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE

python-script-background-music
===
[![CircleCI](https://circleci.com/gh/timo-reymann/python-script-background-music.svg?style=shield)](https://app.circleci.com/pipelines/github/timo-reymann/python-script-background-music)
[![GitHub Release](https://img.shields.io/github/v/tag/timo-reymann/python-script-background-music.svg?label=version)](https://github.com/timo-reymann/python-script-background-music/releases)
[![pre-commit](https://img.shields.io/badge/%E2%9A%93%20%20pre--commit-enabled-success)](https://pre-commit.com/)

<p align="center">
  <img width="300" src=".github/images/elevator.png">
</p>

<p align="center">
  <b>script-background-music</b> - Play elevator music in the background while your script runs.
</p>

## Why?

> **Everything** is better with music!

## Usage

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

```python
from elevator_music import play_music_in_background

play_music_in_background()
```

## 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

Special thanks to [@TaylorSMarks](https://github.com/TaylorSMarks/) for
creating [playsound](https://github.com/TaylorSMarks/playsound) that I modified and ship with this package.
