Metadata-Version: 2.1
Name: pysounds
Version: 1.1.1
Summary: play various sounds with python (beta)
Author-email: Leander Kafemann <leander@kafemann.berlin>
Project-URL: Homepage, https://github.com/LeanderKafemann/pysounds
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# pysounds
a Python package for playing various sounds (**BETA**)

## Installation
### Using *pip*
You can install pysounds via pip using
<li>in a commandline:</li><br/>

```
py -m pip install pysounds
```
<br/>
<li>in a python script:</li><br/>

```python
import os
os.system('py -m pip install pysounds')
```
## Usage
#### Note that pysounds is in BETA.
#### Documentation coming soon...
#### View Python script for more information
