Skip to content

Music-CLI is a simple Command Line MP3 Player written in Golang.

Notifications You must be signed in to change notification settings

mahanvyakti/Music_CLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Music-CLI is a command line Music Player, written in Go!

It allows you to enjoy music by just typing a single command.


Scope

  • Its one of the most important feature is that it does not require internet so no more wasting money on internet.
  • You just need to have a song in your PC and boooom you’re good to go !

Libraries Used

  • Beep
  • Used for playing audio files .

  • TCell
  • Used for laying out interface on terminal.

List of Features

  • Control Music Playback
  • Play/Pause/Stop.
  • Rewind/Fast Forward.
  • Change Playback speed.
  • Playback Volume.




Steps for Project Execution :

Install Required Packages:
1. Beep - go get -u github.com/faiface/beep
2. TCell - go get -u github.com/gdamore/tcell
To Run:
1. Open terminal
2. Enter:
    go run music-CLI.go ./song.mp3
    This will play the audio on the CLI !

About

Music-CLI is a simple Command Line MP3 Player written in Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%