From d575b2516f79bfa7127458bb12a0d15c74c5f4c1 Mon Sep 17 00:00:00 2001 From: 1826013250 <62735351+1826013250@users.noreply.github.com> Date: Wed, 20 Jul 2022 13:29:12 +0800 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aadc15e..320ecc0 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,32 @@ NeteaseMusicLyricDownloader =========================== **English**|[简体中文](./README_cn.md) ->A simple tool to download lyrics in Netease Music -# How does it work? ->It uses the third-party module `requests` to fetch the lyric on music.163.com +A simple tool to download lyrics in Netease Music + +## 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... -#Todo +## Installation +First, you need a python environment, and use `pip` to install these packages: `requests` `tinytag` +>Feel complex? just copy this command to your terminal: `python3 -m pip install requests tinytag` + +Second, Download the entire project and run the `main.py`. + +## 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. + +## Todo Add more functions like searching... -#Others +## Others Just a easy program...