Skip to content

GUI based Music Player using Python and Tkinter module.

Notifications You must be signed in to change notification settings

pawankumar1310/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player App

This is a simple Music Player App for listening audio songs written in Python with Tkinter and other useful Module like pygame, mutagen etc. I built this project just for practice and fun purpose.

About Project

This application is totally based on GUI (Graphical User Interface) through which an user can interact with the application. GUI is made up Graphical Components (Widgets) like buttons, labels, windows, Entry etc. In this project we have used many predefined libraries for building GUI app.

  • Tkinter - It is a module in which there is a Class Tk().In this class there is many methods Example - mainloop(), iconphoto(), title(), geometry(), resizable() etc.

Features

  • Creating a Menubar with the ability to open up files,Exit window and creating a help section.
  • Play song
  • Stop song
  • Pause/Unpause song
  • Rewind/Restart song
  • Mute/Unmute song
  • Increase and Decrease volume of the song.
  • Adding song to playlist
  • Remove song from playlist
  • Show Total length of the song.
  • Show current timer when song is running.
  • Show current song name at the bottom.

Output

Acknowledgements/Prerequisites

Music Player Icon

Installation

To Check Python is install or not,type

 python --version

To show all install packages,type

 pip freeze

Releases

No releases published

Packages

No packages published

Languages