Skip to content

Files

Latest commit

 

History

History

Music_Player

Music Player

A simple music player implemented in Python using the pygame library.

Description

The Music Player is a basic command-line application that allows users to play music files in popular formats such as MP3. It utilizes the pygame library for audio playback functionality. The player provides options to play music, stop the current playback, and exit the program.

Features

  • Play music files in popular formats such as MP3.
  • Stop the current music playback.
  • Simple command-line interface.