The official KSoft.SI API Wrapper.
Project description
KSoftAPI.py
The official Python Wrapper
Install
Installing via pip: pip install ksoftapi
Example Usage:
import ksoftapi kclient = ksoftapi.Client('Your API key here') async def find_lyrics(query: str): try: results = await kclient.music.lyrics(query) except ksoftapi.NoResults: print('No lyrics found for ' + query) else: first = results[0] print(first.lyrics)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ksoftapi-0.4.1.tar.gz
(9.7 kB
view hashes)
Built Distributions
ksoftapi-0.4.1-py3.8.egg
(27.6 kB
view hashes)
ksoftapi-0.4.1-py3.7.egg
(27.5 kB
view hashes)
ksoftapi-0.4.1-py3-none-any.whl
(24.0 kB
view hashes)