How To Make A Music Player GUI Using Python Tkinter Framework And Pygame Library

How To Make A Music Player GUI Using Python Tkinter Framework And Pygame Library

Sam CodeHub

2 года назад

217 Просмотров

The pygame library is an open-source module for the Python programming language specifically intended to help you make games and other multimedia applications. Built on top of the highly portable SDL (Simple DirectMedia Layer) development library, pygame can run across many platforms and operating systems.
https://www.pygame.org/docs/

Tkinter is the de facto way in Python to create Graphical User interfaces (GUIs) and is included in all standard Python Distributions. In fact, it's the only framework built into the Python standard library.
https://docs.python.org/3/library/tk.html

The tkinter.filedialog module provides classes and factory functions for creating file/directory selection windows.
https://docs.python.org/3/library/dialog.html#module-tkinter.filedialog

Тэги:

##python_tkinter_projects ##python_music_player ##python_pygame ##pygame_music_player ##python_projects ##tkinter_example ##pygame_example ##python_tutorial ##python_advance ##python_for_beginners ##python_desde_cero ##freecodecamp.org ##samcodehub ##telusko ##thenewboston
Ссылки и html тэги не поддерживаются


Комментарии:

for webdev
for webdev - 08.06.2022 11:29

Nice I love those kind of videos where you show off small project ideas! It never occurred to me to use the pygame's functionality for playing music in games to make my own music player! The more things I learn I can do in python the more I appreciate this language!

Ответить