# Play audio with VLC (headless) without blocking the console
```python
# Tested with:
# Python 3.9.13
# Windows 10
pip install play-audio-with-vlc
from play_audio_with_vlc import play_with_vlc
play_with_vlc(
file=r"F:\misfits-skulls.mp3", vlc_path=None, exit_keys="ctrl+alt+o"
)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/hansalemaos/play_audio_with_vlc",
"name": "play-audio-with-vlc",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "vlc,audio",
"author": "Johannes Fischer",
"author_email": "<aulasparticularesdealemaosp@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/08/70/a1062d9f73a38fa2672cf56d4ccaaa14326843b13c154bb78d57566e4e17/play_audio_with_vlc-0.10.tar.gz",
"platform": null,
"description": "\n# Play audio with VLC (headless) without blocking the console\n\n```python\n# Tested with:\n# Python 3.9.13\n# Windows 10\n\npip install play-audio-with-vlc\n\nfrom play_audio_with_vlc import play_with_vlc\n\nplay_with_vlc(\n file=r\"F:\\misfits-skulls.mp3\", vlc_path=None, exit_keys=\"ctrl+alt+o\"\n)\n\n\n```\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Play audio with VLC (headless) without blocking the console",
"version": "0.10",
"split_keywords": [
"vlc",
"audio"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c6474bfb6a87d8da978788b5e39d35caf025c7640edfb937eeea02af05a4406a",
"md5": "d71084d0e44422ea658fdea238bf5aca",
"sha256": "6e19d9e5a4b377b7e27ad0cc4448d74c5c7d0c323d79686ba314c5c867143252"
},
"downloads": -1,
"filename": "play_audio_with_vlc-0.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d71084d0e44422ea658fdea238bf5aca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4871,
"upload_time": "2023-01-05T02:26:22",
"upload_time_iso_8601": "2023-01-05T02:26:22.499768Z",
"url": "https://files.pythonhosted.org/packages/c6/47/4bfb6a87d8da978788b5e39d35caf025c7640edfb937eeea02af05a4406a/play_audio_with_vlc-0.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0870a1062d9f73a38fa2672cf56d4ccaaa14326843b13c154bb78d57566e4e17",
"md5": "17173de57caf31b5e8b88df3f347a8eb",
"sha256": "e896fe9cf51be76b8bca4ae4ca4ac8728afc3d1e095bde039b7e40c5b0fa8d68"
},
"downloads": -1,
"filename": "play_audio_with_vlc-0.10.tar.gz",
"has_sig": false,
"md5_digest": "17173de57caf31b5e8b88df3f347a8eb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3523,
"upload_time": "2023-01-05T02:26:24",
"upload_time_iso_8601": "2023-01-05T02:26:24.499636Z",
"url": "https://files.pythonhosted.org/packages/08/70/a1062d9f73a38fa2672cf56d4ccaaa14326843b13c154bb78d57566e4e17/play_audio_with_vlc-0.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-05 02:26:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "hansalemaos",
"github_project": "play_audio_with_vlc",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "play-audio-with-vlc"
}