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.2.tar.gz
(764.3 kB
view details)
Built Distribution
euphony-0.0.2-py3-none-any.whl
(764.0 kB
view details)
File details
Details for the file euphony-0.0.2.tar.gz
.
File metadata
- Download URL: euphony-0.0.2.tar.gz
- Upload date:
- Size: 764.3 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 | d8bd375b42263ebfa0c8c1db8715115b871e4fec6efb367033ffebc3bfb7da06 |
|
MD5 | 8a46759dd9d9632a080bc2d1c69bcd0f |
|
BLAKE2b-256 | 2b67278317ea9744395599a8348bc9535e8dbde913ff15a053e973b23f78f515 |
File details
Details for the file euphony-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: euphony-0.0.2-py3-none-any.whl
- Upload date:
- Size: 764.0 kB
- 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 | 11926f876999c950eb5babbb32422539f9cc2f619d2e8071adfe44b4c8624e46 |
|
MD5 | 34e9a141da6a0a29fb910a06f007a193 |
|
BLAKE2b-256 | dcbe7f0544fb7816cc5b1e67cd5050f27c3d661de731d82bfe9f4672fb9ff210 |