Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 733 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 733 Bytes

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.

Features

  • Print lyrics in Terminal.
  • Save lyrics in a .txt file.

Roadmap

I would like to add other feature:

  • Printer service
  • Paste lyrics in web with the help of services like Pastebin, Google Docs and more.

Usage

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.