Python Tutorial - How to create a GUI music player using python - Tkinter

preview_player
Показать описание
Python Tutorial - How to create a GUI music player using python and tkinter. This tutorial will show you how to create a simple music player using the mixer class from pygame and tkinter to create a GUI.

I would like to thank all of you, for the support that you have showed me in all my recent videos. I am very grateful for it. If you guys have any ideas for future videos make sure to post them in the community tab under my post "ideas for next videos". And as always guys I will see your beautiful faces in the next tutorial.

Join the discord channel to have some fun:

Follow me on instagram:

*** Music Credits ***

Checkout my setup!!!

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

I don't even mind how loud the keyboard is. i just enjoy the code

uncledee_e
Автор

This tutorial is very easy to follow along. Thank you for taking the time to show how it is made!

rickyusuf
Автор

i have never done anything in tkinter before. Wanted to try out learning through a mini-project. Made a good decision. The best possible simplest explanation. Best wishes to you !

shreygupta
Автор

One of the best codeing video on YouTube!!

musicCON
Автор

if given heart
print("thank you, and i joined discord")
else
print("thanks for the practice")

sahilxd
Автор

thanks man this really helped because i am planning on my making a music app for my company but have little to know experience

nothingaroundus
Автор

Your tutorial have forced me to subscribe your channel to not miss any single cool video. Keep it up.

Sorry for bad English.

nahianlabiblimon
Автор

that was awesome, my favorite feature was the volume

pihanimations
Автор

this tutorials is amazing especially for beginners! Thank You.

crystal-toh
Автор

Really good tutorial! Thanks, I learned a lot!

riccardopolelli
Автор

Hi I love this video so much I’m using it as a template for my project however I cannot get it to play any songs I am however using replit to code could there be something I did wrong ?

Lupercalia-
Автор

When I select a song it doesn’t play and I’ve managed to download the song as a mp3 audio file why I am using the website replit there must be someway to get it to work

Lupercalia-
Автор

Failed loading libmpg123-0.dll: The specified module could not be found.

SolrOnYt
Автор

Estava tendo problemas com a extensão do arquivo, no vídeo mostra que deve ser colocado no python como .mp3 mas no meu caso não deu certo então usei a extensão ponto.py no arquivo da musica e funcionou, assim:

import pygame
pygame.mixer.init()

pygame.mixer.music.play()
input()
pygame.event.wait()

deborah
Автор

Hey i got a error. def play song exception error

pratikdighe
Автор

it gives me an error for pygame, do you know how to fix it?

shadowlabz
Автор

I have multiple song in the playlist
If one song finished playing it must go automatically to the next and play.
How to code that?
If you like i can send the small script

autarroy
Автор

The link to code auto dirrects me to somewhere else, idk if you used link shortening software or something but it makes the link unusable

raphaelcosta
Автор

can you send code in comment for practices

hirenvaidya