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.2.4a0.tar.gz
(8.9 kB
view hashes)
Built Distributions
ksoftapi-0.2.4a0-py3.8.egg
(25.3 kB
view hashes)
ksoftapi-0.2.4a0-py3-none-any.whl
(23.3 kB
view hashes)
Close
Hashes for ksoftapi-0.2.4a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02685ca3cefe879c084b6df9b65e847d579f60ab720d8a793b82209c45bbaf8f |
|
MD5 | d37d1e85b943e3abc57cbc165759744f |
|
BLAKE2b-256 | 2348b2d85668e6c283256a306db554c45fbb6e72ab13eff0cff28f6cb0e1f593 |