A terminal user interface (TUI) music player built by Jordan Yang, Ben Wang, and Michael Ampong for the 2025-2026 Dev.0 Hackathon designed to play a song on repeat. Spotify and YouTube Music that requires you to either go Premium or suffer ad breaks if you are trying to listen to something on repeat, Termify offers a light-weight and simple alternative.
- Clean Minimalistic Terminal User Interface
- Keybind Support (Keybind Mapping Shown Below)
- Play / Pause
- Plays Your Song On Repeat Without Breaks Or Interuptions
- Working Search Bar By Song Name
- Features All Songs Found On YouTube Music
Welcome Menu
- Start: Enter
- Quit: Escape Music Player Menu
- Search: Enter
- Back: Ctrl + b
- Play / Pause: Ctrl + p
- Rewind: Ctrl + r
- Quit: Escape
-FFmpeg MUST BE INSTALLED TO USE TERMIFY winget install FFmpeg
-All other requirements can be installed through the requirements.txt file Run this command in your terminal from the file location of the project pip install -r requirements.txt


