# beep
A Python module to generate sounds
## Installation
### From PyPI
```sh
pip3 install python-beep
```
### From GitHub
```sh
pip3 install git+https://github.com/donno2048/beep
```
## Usage
```py
from beep import beep
frequency = 327
duration = 1000
beep(frequency, duration) # duration in ms, frequency in Hz
```
Raw data
{
"_id": null,
"home_page": "https://github.com/donno2048/beep",
"name": "python-beep",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Elisha Hollander",
"author_email": "just4now666666@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b0/af/d20efee1569d33673e7f56ba11f0007a2f805b3d6124678e77a541ed8dcd/python-beep-1.0.0.tar.gz",
"platform": "win32",
"description": "# beep\n\nA Python module to generate sounds\n\n## Installation\n\n### From PyPI\n\n```sh\npip3 install python-beep\n```\n\n### From GitHub\n\n```sh\npip3 install git+https://github.com/donno2048/beep\n```\n\n## Usage\n\n```py\nfrom beep import beep\nfrequency = 327\nduration = 1000\nbeep(frequency, duration) # duration in ms, frequency in Hz\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python module to generate sounds",
"version": "1.0.0",
"project_urls": {
"Bug Reports": "https://github.com/donno2048/beep/issues",
"Documentation": "https://github.com/donno2048/beep#readme",
"Homepage": "https://github.com/donno2048/beep",
"Source Code": "https://github.com/donno2048/beep"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b0afd20efee1569d33673e7f56ba11f0007a2f805b3d6124678e77a541ed8dcd",
"md5": "94768a635284688318d6793193cb00fe",
"sha256": "a934903766ab567613ab8841bb4a538855f2fb5a5fd4c3f09b88a75f0ee06d7d"
},
"downloads": -1,
"filename": "python-beep-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "94768a635284688318d6793193cb00fe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2584,
"upload_time": "2022-11-09T12:43:16",
"upload_time_iso_8601": "2022-11-09T12:43:16.174184Z",
"url": "https://files.pythonhosted.org/packages/b0/af/d20efee1569d33673e7f56ba11f0007a2f805b3d6124678e77a541ed8dcd/python-beep-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-11-09 12:43:16",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "donno2048",
"github_project": "beep",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "python-beep"
}