Clone the repository to your local system.
This library is using Pipenv Virtual Environment.
Run below commands to installed dependencies and create a virtual environment.
pipenv installTo use the library run following commands
pipenv run python audio.py [<dir_path_of_mp3_files>]Ex:
pipenv run python audio.py music_filesYou can pass absolute path as well with path starting with /. If absolute path is not detected, it will try to locate the directory at the same level as of the audio.py file.
- Anuj Sharma http://anujsh.in (contact@anujsh.in)
- http://thebornengineer.com
