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.3.1a0.tar.gz
(9.4 kB
view hashes)
Built Distribution
ksoftapi-0.3.1a0-py3-none-any.whl
(23.6 kB
view hashes)
Close
Hashes for ksoftapi-0.3.1a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13a52c9944aa2ded7bbf367c064a0791d29bb6bd8cb2e8fb52f62545e37e01e6 |
|
MD5 | 5376b825a4104c6396dae57aeeab18af |
|
BLAKE2b-256 | 8e5a440aa7e75748f3fe617cb168099b458db32a5259b0692be61a61d8bdaa8b |