Metadata-Version: 2.1
Name: playsoundsimple.py
Version: 0.1
Summary: A simple library for playing sound files.
Home-page: https://github.com/romanin-rf/playsoundsimple.py
Author: ProgrammerFromParlament
Author-email: semina054@gmail.com
License: MIT
Keywords: playsoundsimple
Platform: UNKNOWN

playsoundsimple.py
==================
Description
-----------

Library for working with sound files of the format: ``.ogg``, ``.mp3``, ``.wav``. By work is meant - **playing sound** files in a **straight
line** and **in the background**, **obtaining information** about the sound file (**author**, **performer**, **duration**, **bitrate**, and so on). Playing goes through the ``pygame``, and getting information
through the ``mutagen``. 

Installation
------------ 
Since I have not yet uploaded the library to ``pypi.org``, then you have to enter a direct link to the release:
``pip install playsoundsimple``

