Pythonic wrapper for the undocumented musixmatch-py API.
Python 3.6 or higher is required.
Run the following command:
pip install musixmatch-py
from musixmatch.main import Musixmatch
auth = Musixmatch("Your_musixmatch-API-key")
auth.search_track("Hello")
For list of all functions see documentation
If you are having issues, please let me know by joining the discord support server at https://discord.gg/dNvFd5VBrh
The project is licensed under the MIT license.