Skip to content

ElliotCHEN37/RMxLRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RMxLRC

Latest version: v1.2

Feature

  • Download lyrics you want from Musixmatch freely
  • Auto-generate or refresh your token
  • Directory mode for multiple songs
  • More...

Build

Open your terminal and run the following commands

Clone

cd <path to somewhere>
git clone https://github.com/ElliotCHEN37/RMxLRC.git
cd ./RMxLRC/Source

Build

pip install -r requirements.txt
pip install pyinstaller
pyinstaller ./Source/build_<sys>.spec

Replace <sys> with your os

License

The MIT License