Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.04 KB

README.md

File metadata and controls

53 lines (38 loc) · 2.04 KB

Instant-Lyrics

Shows lyrics of the currently playing song
A linux application with a very convenient GUI. Built with Python 3 and Gtk+3


Install

system requirements (use apt, pacman, dnf...):

  • python-gi (PyGObject)
  • python-dbus
  • AppIndicator3

python requirements (use pip2 or pip3):

pip install .

Usage

instantlyrics  # `instantlyrics.py &` to keep it running in background

The icon will appear in the system tray (indicator panel). You can start using the application from there.

Got questions?

If you have questions or general suggestions, don't hesitate to submit a new Github issue.

Contributing

Fork | Patch | Push | Pull request

Feedback

Suggestions and improvements are welcome!

Authors

sirfoga
Stefano Fogarollo

Thanks

Thanks to Bhrigu Srivastava, the owner of the original repository.

License

All of the codebases are MIT licensed unless otherwise specified.

Back to top