filmov
tv
Simple mp3 player using tkinter python

Показать описание
from tkinter import *
from playsound import playsound
from PIL import Image,ImageTk
def hello():
print("hello")
def hi():
def lol():
#def bol():
root = Tk()
bglb=Label(root,image=bg)
x = Label(root,text=" WELCOME TO THIS MP3 PLAYER",bg="green",padx="30",pady="20",font="bold")
f1=Frame(root,bg="blue",borderwidth=6)
l=Label(f1,text="1.",fg="darkorange",font=('bold',15))
f2=Frame(root,bg="blue",borderwidth=6)
m=Label(f2,text="2.",fg="darkorange",font=('bold',15))
b1=Button(root,bg="green",text="start",command=hello)
b2=Button(root,bg="green",text="start",command=hi)
b3=Button(root,bg="red",text="stop",command=lol)
#b4=Button(root,bg="red",text="stop",command=bol)
n=Label(root,text="You can play and exit\n after end of one song",font="italic",bg="grey")
from playsound import playsound
from PIL import Image,ImageTk
def hello():
print("hello")
def hi():
def lol():
#def bol():
root = Tk()
bglb=Label(root,image=bg)
x = Label(root,text=" WELCOME TO THIS MP3 PLAYER",bg="green",padx="30",pady="20",font="bold")
f1=Frame(root,bg="blue",borderwidth=6)
l=Label(f1,text="1.",fg="darkorange",font=('bold',15))
f2=Frame(root,bg="blue",borderwidth=6)
m=Label(f2,text="2.",fg="darkorange",font=('bold',15))
b1=Button(root,bg="green",text="start",command=hello)
b2=Button(root,bg="green",text="start",command=hi)
b3=Button(root,bg="red",text="stop",command=lol)
#b4=Button(root,bg="red",text="stop",command=bol)
n=Label(root,text="You can play and exit\n after end of one song",font="italic",bg="grey")
Simple mp3 player using tkinter python
How to make MP3 Player in Python with Tkinter
Python Music Player Project | Make A Python Tkinter Music Player!
How To Make An MP3 Player | Cool Python Project
Audio Player Tkinter-Python
how to make MP3 player using python tkinter
Mp3 Player using Python tkinter | Music Player
Python Tkinter MP3 Player, Python TKinter gui tutorial, How to play Audio Files in Python, Pygame
Mp3 player using python tkinter
Build An MP3 Player With Tkinter pt1 - Python Tkinter GUI Tutorial #87
Create Your Own Python Music Player | Mp3 Player Using Tkitner | Python Projects | Simplilearn
Mp3Player (python,pygame,tkinter) #python #pygame #tkinter
Learn How to Create an MP3 Music Player in Python | Tkinter Python tutorial | Project Guru
Make Working Music Player app using Python|MP3 player GUI|Music player using tkinter|Pydroid3|Part 3
How to build an mp3 player with Python and Pygame - Final Cleanup
Music(Mp3) Player In Python - With PyGame And Tkinter **70 LINES**
How to Build an mp3 player with Python - Introduction
How to build an mp3 player with python and pygame- part 4- Loading mp3 files
Music Player App using Tkinter in Python
Music player in 60 seconds python
🤩 Mp3 mini-player🎼 project || Python3 👨💻 || Tkinter (GUI)
Music Player GUI with Tkinter - Python | Complete Project | python-vlc
How to Make a Music Player using Python|GUI project python|Music player using tkinter|Pydroid3|Part2
MP3 Player using Python and Tkinter in development phase
Комментарии