Python GUI with Tkinter - Playing music using Pygame - 5/30

preview_player
Показать описание
Day 5 - Connecting the Tkinter GUI with a function in Python 3.7

#tkinter #python #tkinter30
Рекомендации по теме
Комментарии
Автор

Man you're funny and a very interesting person. Having fun while learning cool things... I got this feeling after a very long time. Thanks 😊 and Kudos to your work.

rahulb
Автор

btn = Button(root, image=playImg, highlightthickness = 0, bd = 0, command=play_btn) if you want a button without an ugly border :)

ojtechml
Автор

awesome tutorial man! this is exactly what us noobs need! thumbs up

Stellarspace
Автор

You are the best tutor in the whole world!!!
😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁😁

ITNSHARE
Автор

wow.... awesome...really wanted to see more tutorials from u... u really deserve more subscribers...

pritamkumarsah
Автор

CAN U PLEASE JUST ZOOM IN ON THE FKN CODE THAT WOULD BE VERY HELPFULL FOR MY EYES

saaaaaalik
Автор

Bro please make a 30 day challenge to build a fantastic game.
Your teaching is really awesome.

trueindian
Автор

pygame.error: Failed loading libmpg123-0.dll: The network name cannot be found.

bhavyagosai
Автор

If anyone notices a slight delay of music from when you press the button, do this!
instead of saying mixer.init() do mixer.init(buffer=1) and that should fix your delay problem!

uridummy
Автор

How to play automatically the next song after the song is finished playing

autarroy
Автор

Could I use this Pygame to play PDF files audiobooks too?

thomasjess
Автор

Bro do same 30 day challenge pygame tutorial was awesome....

eggfry
Автор

please make vdo for creating chess in 30 days

_VaibhavBaranwal
Автор

I got RuntimeErro: main thread is not in the mainloop, how can I fix that please help

Makiya-gpmj
Автор

good, but

pygame.error: Couldn't open 'ring1.wav'

mohamedsouiri
Автор

I happen to have an issue with playing the file, i get the error
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python37-32\lib\tkinter\__init__.py", line 1702, in __call__
return self.func(*args)
File Melodyu/Main.py", line 17, in play_music

pygame.error: Couldn't open 'ringtone.wav'
a little help please

UnejamPo
Автор

Wht we are intailizing mixer.init() explain this

giridharkamesh
Автор

Exception in tkinter callback
And pygame. Error: Error reading the stream.
This code will apear while i running this code

neerajikkoranga
Автор

I got an error .. couldn't open d file plz help me

snehakawale
Автор

pygame.error: Unknown WAVE data how to resolve this

suyashvashishtha