A small terminal-based music player. This Project is Done for learning purpose.
- Terminal / CLI based player
- Playlist support (create, load, and manage playlists)
- Lyrics fetching and display
- Improved playback controls and UI polish
- Better file format support and metadata handling
- Clone the repository:
git clone https://github.com/Divakar-2508/bz_beatz.git - cd to/project/path and build
cd bz_beatz/ cargo run
Currently Planned on Switching from rodio to cpal ><