Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
/ GTagger Public archive

GTagger is a python tool that adds lyrics from Genius to .flac and .mp3 files

License

Notifications You must be signed in to change notification settings

maelchiotti/GTagger

Repository files navigation

Logo Python

GTagger is a python tool that adds lyrics from Genius to .flac and .mp3 files.

Screenshot of the main window

It uses wrap-genius to find the track and its lyrics based on its title and artist.

To avoid any issue with your files, please back them up before using GTagger.

Use

All downloads are available in the Releases.

On Windows

  • Portable : download and run GTagger.portable.exe.
  • Install : download and run GTagger.setup.exe.

On Linux

  • Portable : download and run GTagger.portable.
  • Install : not yet available.

From source

  • Install the required dependencies:

    pip3 install -r requirements.txt -U
  • Launch GTagger:

    python gtagger.py

State

This project is no longer being worked on.