NeteaseMusicLyricDownloader/README_cn.md
2023-04-30 22:32:14 +08:00

37 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# NeteaseMusicLyricDownloader
[English](https://github.com/1826013250/NeteaseMusicLyricDownloader)|**简体中文**
一个下载网易云音乐歌词的简单工具
## 这个玩意原理是啥?
它用了Python中的一个`requests`模块来实现抓取歌词文件的功能
网易云音乐提供给我们了一个获取歌词的API ~~然后我就做了这个程序(~~
## 爷要安装
首先你需要一个Python环境(要求版本>=3.10,因为使用了3.10python的新特性)
然后,把整个项目薅下来,安装依赖项目:
```commandline
python3 -m pip install -r requirements.txt
```
最后运行下面命令:
```commandline
python3 main.py
```
## 这玩意到底能干啥?
~~nmd~~这玩意就像它的名字一样,下载歌词用的
你需要提供歌曲的id或者分享链接或者已经下好的歌曲路径然后这破玩意就会自动下载歌词
## 后续有啥功能?
_~~我不造,要不你来写罢(~~_
## 其他要说的
这就一简简单单普普通通的程序
我可能也没有太多的精力去写这么个~~破玩意~~...