π¨βπ» Author: Prithbiraj Mahanta
π
Date: 11 March, 2025
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.
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.
- Python
playsoundLibrary (For audio playback)osModule (For file management)
β
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.
- Install Python if not already installed.
- Install the required library using:
pip install playsound