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: 9 months ago
JSON representation
Aplicación de escritorio para identificar archivos de audio.
- Host: GitHub
- URL: https://github.com/softtechmx/app-python-shazam
- Owner: SoftTechMX
- License: gpl-3.0
- Created: 2023-07-03T00:43:37.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-07-25T15:57:31.000Z (almost 3 years ago)
- Last Synced: 2025-10-13T22:14:25.553Z (9 months ago)
- Topics: python, python3, shazam
- Language: Python
- Homepage: https://soft-tech-mx.website
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)