https://github.com/taseikyo/neteaselyric
  
  
    :notes:Netease cloud music lyrics downloader. 
    https://github.com/taseikyo/neteaselyric
  
download-lyrics lyrics netease-cloud-music qt-application qt5
        Last synced: 6 days ago 
        JSON representation
    
:notes:Netease cloud music lyrics downloader.
- Host: GitHub
 - URL: https://github.com/taseikyo/neteaselyric
 - Owner: taseikyo
 - License: mit
 - Created: 2017-08-21T13:03:58.000Z (about 8 years ago)
 - Default Branch: master
 - Last Pushed: 2018-06-05T00:44:51.000Z (over 7 years ago)
 - Last Synced: 2025-04-09T08:22:08.390Z (7 months ago)
 - Topics: download-lyrics, lyrics, netease-cloud-music, qt-application, qt5
 - Language: C++
 - Homepage:
 - Size: 48.8 KB
 - Stars: 25
 - Watchers: 0
 - Forks: 4
 - Open Issues: 1
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          # NeteaseLyric: download lyrics from [Netease Cloud Music](http://music.163.com/)
 
中文介绍查看[知乎](https://www.zhihu.com/question/27638171/answer/217582659)
## Preview

## Installing
1. v2.0 [Download](https://github.com/LewisTian/NeteaseLyric/releases/tag/v2.0)(recommend!)
2. clone the repo, then open the `NeteaseLrc.pro` with [Qt Creater](https://www1.qt.io/qt5-8/)(my QT version is 5.8), finally compile the code.
## Alternative
PyQt version is released. If you cannot run CloudLrcV2.0.exe due to missing dll libs or errors, you can try the [PyQT Version](https://github.com/LewisTian/NeteaseLyric/releases/tag/v2.0). Just download the zip file, and unzip it.
## Usage
Copy song'url or song'id from [netease cloud music](http://music.163.com/) , then paste into the input field. 
Click the button `get` or press `enter` to obtain the lyric.

You can also hide timeline or translation by clicking the corresponding checkbox.

Of course you can save the lyric as a .lrc file using shortcuts `ctrl+s`.

注:本软件仅作学习交流,不得进行任何商业用途,否则产生的一切后果将由使用者本人承担!
## Licence
### [MIT](https://github.com/LewisTian/NeteaseLyric/blob/master/LICENSE)