Skip to content

Latest commit

Β 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

🎡 Music Player Using Python

πŸ‘¨β€πŸ’» Author: Prithbiraj Mahanta
πŸ“… Date: 11 March, 2025

πŸ“„ Overview

The Music Player Using Python is a simple yet functional music player that allows users to play songs from a designated folder. The tool lists available songs, prompts the user to select one, and plays the selected track.

βš™οΈ How It Works

1️⃣ The program scans the Songs folder for available tracks.
2️⃣ The playlist is displayed with numbered options.
3️⃣ The user enters the corresponding number to play a song.
4️⃣ After playing the song, the user can either:

  • πŸ”„ Continue to play another song.
  • ❌ Exit the player.
    5️⃣ The program gracefully handles invalid inputs for a smooth experience.

πŸ› οΈ Technologies Used

  • Python
  • playsound Library (For audio playback)
  • os Module (For file management)

πŸš€ Features

βœ… Displays a clean and organized playlist.
βœ… Simple interface for easy song selection.
βœ… Continuously plays music until the user chooses to stop.
βœ… Graceful error handling for invalid inputs.

πŸ“¦ Installation

  1. Install Python if not already installed.
  2. Install the required library using:
    pip install playsound

About

This is my first project on python!!!

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages