Metadata-Version: 2.1
Name: sound-player
Version: 0.3.5
Summary: The aim of this project is to create multi playlist player
Home-page: https://github.com/Krozark/sound-player
Author: Maxime Barbier
Author-email: maxime.barbier1991+ava@gmail.com
License: BSD2
Keywords: sound player
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Simple project that allow you to play multiple sound files.

# Install

```
pip install sound-player
```

# Supported os

* [X] Linux
* [X] Android
* [ ] Windows
* [ ] Mac
* [ ] ios


# Functionality

* Play sound file
  * play, stop, pause
  * loop (infinit or any number of times)
* create Playlist
  * play, stop, pause
  * enqueue new sound
  * multiple sound in same time (concurency)
* Sound player with mujtiple playlist
  * play, stop, pause

Take a look at example.py for usage.


