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.3.tar.gz
(764.5 kB
view details)
Built Distribution
File details
Details for the file euphony-0.0.3.tar.gz
.
File metadata
- Download URL: euphony-0.0.3.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 | 3f3d01c740180a78462e99c9e15e21dc65c6c96578ef927fc6f09a12cbc2997c |
|
MD5 | 8bc84ade04c31d305bc2cc82fb07ed5c |
|
BLAKE2b-256 | 9474e614583125d1ad26813f5b02d79df2215da31d26411563f8802044a8313a |
File details
Details for the file euphony-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: euphony-0.0.3-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 | 858068200ac3106c39b239e5a692eae78ae96fce1e58240f2ddc605a28142448 |
|
MD5 | fa8084da0eafbc9f640c54f85ecba3b4 |
|
BLAKE2b-256 | bf422562a0f06b42f49fdc1276effac83b039cb5e7fc8235f4cb4f7478bedfc1 |