spotifytui
Beautiful and feature-rich Terminal User Interface for Spotify
Overview
A beautiful terminal user interface for Spotify built with Python and Textual. Control your music, manage playlists, and browse your library—all from the command line.
Key Features
- ●Playback control (play, pause, skip)
- ●Playlist management and browsing
- ●Search tracks, artists, and albums
- ●Lyrics display for current track
- ●Volume control and device switching
Quick Start
git clone https://github.com/stephenhungg/spotifytui.git cd spotifytui pip install -r requirements.txt pip install -e . spotifytui
Note: Requires Spotify Premium account for full functionality.