EXxZAM / MusicPlayer

Music Player Made By Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music-Player

πŸ“ With this App You Can See a list of your Songs and you can play/pause/unpause/stop them!

Needed Packages

🐍

pip install pygame
pip install tk

Pygame Mixer Example

🐍

import pygame
pygame.init()
pygame.mixer.init()
pygame.mixer.music.load("music path")
pygame.mixer.music.play() # plays the selected music
pygame.mixer.music.pause() # pauses the selected music
pygame.mixer.music.unpause() # un-pauses the selected music
pygame.mixer.music.stop() # stops the selected music

Tutorial

πŸ‘¨β€πŸŽ“ A video Tutorial at Aparat.com is availabe with step bye step writings of the proccess of making this program by python and tkinter!

πŸ”— Available at : Aparat.com

Made By ❀

πŸ‘¨β€πŸ’» This python project is made by Mahdi Olamaei aka exxzam

πŸ”— instagram.com/mahdi12ad

πŸ”— t.me/exxzam

πŸ”— Aparat.com

About

Music Player Made By Python


Languages

Language:Python 100.0%