Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/softtechmx/app-python-shazam

Aplicación de escritorio para identificar archivos de audio.
https://github.com/softtechmx/app-python-shazam

python python3 shazam

Last synced: 3 days ago
JSON representation

Aplicación de escritorio para identificar archivos de audio.

Awesome Lists containing this project

README

        

### Shazam API
Este es una ejemplo de como usar la API de shazam para reconocer una cancion desde un
archivo en formato mp3.

primero es necesario instalar la libreria mediante pip con el siguiente comando
```
python -m pip install --upgrade pip
python -m pip install shazamio
python -m pip install mutagen
```

#### Referencias Bibliograficas
* [https://www.w3schools.com/python/python_mysql_getstarted.asp](https://www.w3schools.com/python/python_mysql_getstarted.asp)
* [https://pypi.org/project/ShazamAPI/](https://pypi.org/project/ShazamAPI/)
* [https://pypi.org/project/shazamio/](https://pypi.org/project/shazamio/)