Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Simple Music Player with Python and Tkinter

This is a simple music player built using Python and Tkinter. The purpose of this application is to provide a basic music playing experience with a user interface built using Tkinter.

Features

  • Play, pause, and stop functionality.
  • Volume control.
  • Progress bar to visualize the current playback position.
  • Display of the currently playing song.

Dependencies

This application has the following dependencies:

  • Python 3.x
  • tkinter (included in standard Python library)
  • pygame

Installation

  1. Install Python 3.x from the official Python website.

  2. Install pygame using pip:

    pip install pygame
    

Usage

  1. Clone or download this repository.

  2. Navigate to the repository directory:

    cd simple-music-player-python-tkinter
    
  3. Run the application:

    python music_player.py
    
  4. Use the user interface to load and play music files.

Supported Audio Formats

This music player supports the following audio formats:

  • MP3
  • WAV

How to Add Music

To add music to the player, simply copy your music files (MP3 or WAV) into the music directory.

Contributions

Contributions are welcome! Feel free to open issues or submit pull requests to improve the application.

About

Simple music player built using Python and Tkinter. The purpose of this application is to provide a basic musi.c playing experience with a user interface built using Tkinter.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages