A cross-platform, real-time lyrics fetching application.
SwagLyricsGUI is a GUI wrapper for super fast SwagLyrics-For-Spotify library. It contains 3 themes and auto scroll.
Download appropriate file for your system here.
Make sure you have installed Python 3.6+
, if not download it here
Follow setup and simply open SwagLyricsGUI application
Currently pre-built binaries are wrapped in AppImage
.
Running file should work out of the box, but sometimes you might get Permissions denied
,
or Could not display SwagLyricsGUI.AppImage
, in that case use chmod +x SwagLyricsGUI-x86_64.AppImage
.
SwagLyricsGUI is a multilingual application. It means that it uses multiple programming languages in it's core, C#
for controlling UI and Python
for lyrics fetching backend.
Application is written in AvaloniaUI framework.
.NET Core 3.1 SDK
Python 3.6
Open .sln file in Visual Studio and hit Start or use CLI .NET Core dotnet build
in root directory and dotnet run
for selected project (Tests or GUI).
dotnet build
in root git directory
cd SwagLyricsGUI
dotnet run
Feel free to contribute! We don't have any guide for this yet, but with application growth it might show up :)