Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/softtechmx/app-python-shazam
- Owner: SoftTechMX
- License: gpl-3.0
- Created: 2023-07-03T00:43:37.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-07-25T15:57:31.000Z (over 1 year ago)
- Last Synced: 2024-11-08T06:48:30.551Z (about 2 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/)