Build An MP3 Player With Tkinter pt1 - Python Tkinter GUI Tutorial #87

preview_player
Показать описание
In this video we'll start to build an MP3 player with Tkinter, Pygame, and Python.

In the last video we learned how to play sounds and songs using pygame, in this video we'll expand that to build out a complete mp3 player.

Our player will have a playlist, buttons to play a song, stop a song, pause a song, move forward and backward thru the playlist, delete songs from the playlist and add single and bulk songs to the playlist.

This project will most likely take several videos, so stick around!
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code

Codemycom
Автор

Hi.. Following my earlier post. My songs are located in a sub-directory many levels down. I did not fancy typing in location of songs directory in the play function. I created a global string variable with name of directory where songs are located when adding the songs. I used the 'song' string and 'song title' string, the difference between the lengths of these gives length of string in 'song' string containing the directory. From this I built a string variable which i called song_dir. This I used in play function i.e. song=song_dir + f '{song}.mp3' , then loaded 'song' into pygame player. This should work as long as all songs are in same directory. Hope people find this useful.
BY THE WAY I AM FOLLOWING THE TKINTER CODEMY TUTORIALS FROM THE START. I INTEND TO FOLLOW TO END. EXCELLENT TUTORIALS IN SMALL EASY TO FOLLOW CHUNKS . *** THANK YOU ***

MA-UTUBE-
Автор

Another great tutorial! I really Love your teaching style! Love from Bahrain ❤️❤️

farhanfaisal
Автор

Thanks for your TUT!
i have learned a lot and added some stuff more useful to me :P like auto playing the entire playlist 1 file after the other, instead of 1 file at a time, i am a rather new to python :P and your guides were very easy

MathewGracie
Автор

Thank you very much sir.
your tutorials are very easy to Undestand.
You are perfect.

lasindukashmira
Автор

Amazing! Thank you very much and congrats for the whole knowledge..

rodrigoczleo
Автор

at 18:09 instead of .replace() method we can use to get the song name, since we can choose the audio from any folder in the pc and hard coding to replace the string could break the code right?
and there is no need to join the string back in play() too because we haven't modified the contents of song .

iniyan
Автор

Great work walter white im learning a lot from you

chamilgamage
Автор

Smash the Like button python fans! Doesn't cost you a thing. Great Python tkinter tutorial! cheers!

RyanDanielG
Автор

Thank I'm learning a lot from your videos

thepalpableleprosyofpollut
Автор

Thank you very much I hope you will continue with python

CodePy
Автор

Excellent tutorial. I wish I could get the source code as you have provided in other tutorials.

mukeshpandit
Автор

Wow, that's amazing! Can you in the next videos create application like pdf reader or doc reader using tkinter? If you can I will be glad :)

oqnvxkx
Автор

hello! your videos content are good .But we need you to explain about the libraries you import and the keywords and functions you use .I am a begineer and we dont understand the function of the keywords u use .Hope u improve them!!

thank you :)

varunjain
Автор

Would it be possible to create a list for the buttons and then run a loop to grid them? Would a tuple work in this situation? Not that performance is even a factor on such a basic program but thinking down the line of you want to add “features” for example. Sorry I’m still learning Python lol

Digital
Автор

The script runs fine without error message, but in the stop function the listbox is not cleared when stop button pressed. Couldn't see where I'm wrong.

pietrodante
Автор

How do you code the playlist and play button so that your music choice isn't limited to a specific directory?

chrisbishop
Автор

Great Tutorial! Can you make a video on making a mindmap / automatically generate a mindmap from given data. I've been stuck with this problem for a while

tahanasar
Автор

Great Tutorial! one question,
can you explain how can i add an image as a background instead of colors in the song box?

siddhantv
Автор

Thanks for these videos. They are very helpful.
I try something and i have to use pygame get pos() func. But get pos func is updated and i cant figure it out. I am so confuse right now. Can you say what version is used these videos?

yusufozan
visit shbcf.ru