A simple Kugou lyrics fetcher
Project description
Kugou Lyrics API
这是一个用于获取酷狗音乐歌词的 Python API 包。
安装
-
克隆项目:
git clone https://github.com/1053278842/kugou_lyric_api.git cd kugou_lyric_api
-
安装本地开发模式:
使用以下命令安装当前项目包(以便进行开发和修改):
pip install -e .
这将会安装项目并使其可在本地环境中开发。
使用
在 Python 环境中使用本项目,以下是如何导入和使用该包的示例:
from ll_kugou_lyric_api.core import KugouApi
if __name__ == "__main__":
kugou_api = KugouApi("朵","赵雷") # 创建实例
lyrics = kugou_api.get_kugou_lrc()
print(lyrics) # 打印歌词
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ll_kugou_lyric_api-0.1.0.tar.gz.
File metadata
- Download URL: ll_kugou_lyric_api-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9be8607629b1b5cddafaef7f30b702feb93d88b92981eb400b3bcb924f30bb44
|
|
| MD5 |
69153d22d9aa17f2df85c9a70415685e
|
|
| BLAKE2b-256 |
379a85c540504d05ae3faa789df16090ed6f1f9937866436c425c9f8c9aebaef
|
File details
Details for the file ll_kugou_lyric_api-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ll_kugou_lyric_api-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e6fb9bb6b27aed4063a85d84c70f999f641de4c24b172a9632db7e546253f60
|
|
| MD5 |
7f3da748b805bb38c4e006302929e9ef
|
|
| BLAKE2b-256 |
89b195e68142321911021c3bf3ee41eeb076416d902664611645859e0ff9fb01
|