AzLyricsAPI (http://www.azlyrics.com)
These are a simple API for AzLyrics written in Python. Other functions will be added in future. I didn't use other API or other services, this is from scratch.
- Print lyrics in Terminal.
- Save lyrics in a .txt file.
I would like to add other feature:
- Printer service
- Paste lyrics in web with the help of services like Pastebin, Google Docs and more.
import api.azapi #If API's script is in '/api/azapi.py'. api.azapi.generating(artist, title, save)
- 'artist' variable must be a char value.
- 'title' variable must be a char value.
- 'save' variable must be a boolean value.