A simple tool to download lyrics in Netease Music
Go to file
David-123 3e5570de2f
Merge pull request #2 from Onlyacat233/main
Add more features.

Allow users to choose whether to save the time of the lyric.
Add the initialization of the specific folders function.
2023-08-10 00:04:30 +08:00
modules feat: 添加了设置是否保存歌词时间的功能 2023-08-09 23:45:52 +08:00
.gitignore feat: 添加了设置是否保存歌词时间的功能 2023-08-09 23:45:52 +08:00
main.py Update README 2023-06-22 01:55:41 +08:00
README_en.md Settings: Filename Format Set 2023-06-24 14:01:32 +08:00
README.md 更新 README.md 2023-06-27 14:26:20 +08:00
requirements.txt COLORFUL UPDATE 2023-05-07 01:59:03 +08:00

NeteaseMusicLyricDownloader

简体中文|English

A simple tool to download lyrics in Netease Music

Caution: The author is not native English speaker. If there are some grammar mistakes, please ignore them. Thanks!!!!

How does it work?

It uses the module requests to fetch the lyric on music.163.com

Netease Music supply us an api that we can get the lyric of the current song, so I make this program...

Installation

First, you need a python(>=3.10) environment

Second, clone the entire project and install packages with the command below:

python3 -m pip install -r requirements.txt

Last, run the command python3 main.py in the project folder.

What can it do?

Just download lyrics.

You need to provide the id or the share link of the song, and the program will download the lyrics automatically.

Now it can recognize 163 key in music files that download from Netease Cloudmusic client.

  • 2022/8/13 Now it has the function from ncmdump, and it can decrypt the ncm files and fetch the specific lyric.

Todo

Add more functions like searching...

Others

Just a easy program...

I don't have much time to focus on it...