How To Make A Simple Music Player In Python Using pygame, plyer, mixer | Python Mini Project 2020

Опубликовано: 06 Июнь 2026
на канале: Techie - Pratiksha Jain
458
14

How To Make Music Player In Python Using pygame, plyer, mixer | Python Mini Project

We all love listening to music and some of us what to know how to create your own music player.
So, in this Video Tutorial I will cover on how to make your own MP3 Player in Python. To follow this tutorial you need to have Python idle or any Python IDE and pygame installed.

Installation:
pip install pygame

mixer.init() #start the mixer
mixer.music.load("filename.mp3") #load the music of your choice
mixer.music.set_volume(0.8) #set volume
mixer.music.play() #play the mixer
mixer.music.pause() #pausing music file
mixer.music.unpause() #unpausing music file
mixer.music.stop()

'p' to Pause
'r' to Resume
'e' to Exit

Do LIKE, SHARE and SUBSCRIBE 🔔
Syntax Error - Pratiksha Jain
STAY TUNED
---------------------------------------------------------------
Other Videos:
MATLAB Project To Find Human Parameters Of A Person From CCTV Video Or Image, Mini Project Idea 2020 ▶    • MATLAB Project To Find Human Parameters Of...  

Fun Learning Games For Kids - Dots And Quiz Using Python Tkinter GUI Framework | Mini Project 2020▶    • Fun Learning Games For Kids - Dots And Qui...  

Inventory Stock Management System - Website Using PHP, MySQL, HTML, Bootstrap, CSS | Web Application ▶    • Inventory Stock Management System - Websit...  

Mutable vs Immutable Data In Python ▶    • Python | Mutable vs Immutable Data Tutoria...  

Blog ▶ https://jainpratiksha.blogspot.com
Instagram ▶   / syntax3rror._  

#syntaxerrorpratikshajain #python #musicplayerinpython #pygamemusicplayer