garimasingh128 / awesome-python-projects

📱 ✅ Some awesome projects in python! 📱 ✅
http://garimasingh.me/awesome-python-projects/
MIT License
954 stars 275 forks source link

MP3 Player #20

Open garimasingh128 opened 4 years ago

garimasingh128 commented 4 years ago

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[bot] commented 4 years ago

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

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

Albert-Jokelin commented 3 years ago

I'm Interested!

Albert-Jokelin commented 3 years ago

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