Play music while your code runs
Project description
Euphony
Python package to play music in background while your code runs.
How to use
Its pretty simple to use. Create a instance of the player
class and let your code run enclosed in a with statement with the instance.
from euphony import player
mozart = player.player()
with mozart:
for i in range(1000000000):
pass
# plays music while the code runs
That's all ~!
Installation
Euphony is pip-installable. Just run following cmd in terminal:
pip install euphony
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
euphony-0.0.4.tar.gz
(764.5 kB
view details)
Built Distribution
File details
Details for the file euphony-0.0.4.tar.gz
.
File metadata
- Download URL: euphony-0.0.4.tar.gz
- Upload date:
- Size: 764.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 615ae25a1bb086b174046c6edaea42ee9b8259d2017121b6236eff044d075f21 |
|
MD5 | 6ee4598817a85a307b200713ac5215f9 |
|
BLAKE2b-256 | 36188e9ed3ea474d7f9eabab1cd294d1cfbc6e8e14a3be414b2738af697a4f6d |
File details
Details for the file euphony-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: euphony-0.0.4-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.1.post20201107 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8dcb567daec7f128261772a9d0dc494a055409bfc089c0d72562aefc4d7f100 |
|
MD5 | b108c562921ce4192ff41d748cfc5394 |
|
BLAKE2b-256 | 2dac3320d7201a787de9648fa39a3448a9b944bb6230f5ba65aae810d2f43780 |