garimasingh128 / awesome-python-projects

📱 ✅ Some awesome projects in python! 📱 ✅

Home Page:http://garimasingh.me/awesome-python-projects/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MP3 Player

garimasingh128 opened this issue · comments

Audio is as important as text today if not more important. Since audio files are digital files, you’ll need a tool that can play them. Without a player, you’ll never be able to listen to the contents of an audio file.

This is where the MP3 Player comes in. The MP3 Player is a device for playing MP3s and other digital audio files. This MP3 Player GUI project idea attempts to emulate the physical MP3 Player. You can build software that allows you play an MP3 files on your desktop or laptop computer.

When you are done building the MP3 Player project, users can play their MP3 files and other digital audio files without having to purchase a physical MP3 Player. They’ll be able to play the MP3 files using their computers.

Examples of MP3 Players

Here are some implementations of the MP3 Player idea:

MusicBee
Foobar2000

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.89. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

I'm Interested!

Hey! I just made an Mp3 player with GUI using Tkinter. Can you please review it?