Skip to content

FrancescoGuarneri/AzLyricsAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

API for AzLyrics. Description, features and roadmap in README.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages