Skip to content

Music player and lyric getter written in python + C using Genius API and other APIs

Notifications You must be signed in to change notification settings

duongddinh/OffBrandMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Ensure pip and python-tk are installed

To compile file, do

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip install lyrics-extractor
pip install requests
pip install python-vlc
gcc GUI.c -o GUI `pkg-config --cflags --libs gtk+-3.0` -lcurl

To run the program execute it with

./GUI

To run the program with no GUI execute it with

./GUI silent

About

Music player and lyric getter written in python + C using Genius API and other APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •