Metadata-Version: 2.1
Name: simpleSound
Version: 1.0.1b0
Summary: A very very very simple sound playing library for windows.
Home-page: https://github.com/nekumelon/simpleSound
Author: nekumelon
Author-email: nekumelon@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# simpleSound
A very very very simple sound playing library for windows.

Documentation:
```
play(fileName);
```

Installation:
```
pip/3 install simpleSound

example:
pip install simpleSound
pip3 install simpleSound
```

Example Usage:
```Python
from simpleSound import play

play("Sound.mp3");
```


