Creating an MP3 player in Python using Tkinter & Pygame Tutorial

preview_player
Показать описание
In this video I'll be showing you how we can create a super minamalist music player (MP3) in Python using PyCharm, Tkinter, & Pygame.

00:00 - App Demo
01:37 - New Project
02:30 - MP Class
07:46 - Adding the logic
10:18 - Running the code
Рекомендации по теме
Комментарии
Автор

I have multiple song in my playlist and want the after the song finished playing automatically must go to the next song and play
Can you help me
I can send you the small script

autarroy
Автор

show, speak, progressbar music duration, and information, time song ?
equal media player ?

walney
Автор

Traceback (most recent call last):
File "C:/PythonPlayer/player.py", line 40, in <module>
MP(root)
File "C:/PythonPlayer/player.py", line 21, in __init__
load_button = Button(win, text="Load", width=10, font=("Arial", 20), command=self.load)
AttributeError: 'MP' object has no attribute 'load'
>>>

pzjlucz
Автор

Que mala suerte está echo con class yo creo que te a oraria contigo si no usarás class

lautyclon