Lyrics Extractor is a Python script that extracts lyrics from audio files and exports them to LRC (Lyrics) files.
This script scans a specified directory for audio files and extracts the lyrics metadata from them. It supports various audio formats, including FLAC, MP3, and more, using the Mutagen library. The extracted lyrics are then exported to LRC files for easy viewing and synchronization with music players that support LRC format.
- Extracts lyrics from audio files in various formats
- Supports FLAC, MP3, and other formats through the Mutagen library
- Exports lyrics to LRC files for easy viewing and synchronization
- Install Python on your system if you haven't already.
- Clone or download the Lyrics Extractor project from GitHub.
- Install the required dependencies by running
pip install -r requirements.txt. - Create a CSV file named
lib.csvlisting the directories containing your audio files. - Run the script using
python main.py.
- Python 3.x
- Mutagen library (automatically installed via
requirements.txt)
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on GitHub or submit a pull request.
This project is licensed under the MIT License.