Metadata-Version: 2.1
Name: audiobox
Version: 0.0.1
Summary: AudioBox allows the user to play music and sound effects on any platform as long as you have the files.
Home-page: https://github.com/TaireruLLC/audiobox
Author: Taireru LLC
Author-email: tairerullc@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: cryptography
Requires-Dist: altcolor>=0.0.2

# AudioBox

AudioBox allows the user to play music and sound effects on any platform as long as you have the files.

## Latest Updates: 
* Initial release

## Installation

Install via pip:

```bash
pip install audiobox
```

Example code: 

```py
from audiobox import *

generate_example_files() # Generates two audio clips for example use

sfx("example_sfx") # Handles .mp3 and .wav | Only use the file name and not extension
wait(5)
play_music("example_music") # Handles .mp3 and .wav | Only use the file name and not extension
wait(165)
```

## Links: 
### Website: https://tairerullc.vercel.app/


#### Contact 'tairerullc@gmail.com' for any inquires and we will get back at our latest expense. Thank you for using our product and happy coding!
