icon Subtítulos
Cargando subtítulos...

Python Music Player Project | Make A Python Tkinter Music Player!

youtube traducir youtube traductor youtube transcripción youtube subtítulos traducir youtube al español youtube traducción de videos youtube translate to spanish translate youtube to spanish youtube transcript to spanish translate youtube video to spanish

YouTube transcript, YouTube translate

32/32

A quick preview of the first subtitles so you know what the video covers.

hello everyone welcome back to show code and in this video we're going to be making a music player in python so as you can see we've got a little music player here and we can um we can choose some music to play uh if i just pick a folder with some music in and then if i play it some music will play and we can pause it and we can move on to the next track and play it but anyway this is what we're going to be making in this video it's really easy to make actually for whatever skill level you are whether you're a beginner intermediate advanced whether you've done any python before you'll be able to make this so let's get right into it so the first thing you want to do is to import the libraries that we'll be using so first off you'll just type in from tk enter import star so import star means import everything and tk insert is a graphical user interface library that we'll be using it comes pre-installed by default with python and we'll also need to import pygame now pygame is a library for making games you will have to install this manually so open up a command prompt and then type in pip install pygame and just hit enter it'll say that i've already got it installed because i haven't already installed so there we go once you've got pi game installed we'll also want to import os this comes installed by default as well and once we've got that imported we need to do root equals tk so this is just initializing our app

Configuración

100%

Idioma de destino de traducción

🔊 Reproducción de audio
Reproduciendo audio traducido