Skip to content

LuanHii/Music-Player-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎵 Music Player

A simple 🎵 music player 🎵 in Python using Tkinter and Pygame.

Description

This is a basic music player that allows you to load music from a directory and play it. It provides simple controls to play, pause, resume, stop, skip forward, and skip backward through the songs.

Prerequisites

  • Python 3.x
  • Libraries: tkinter, Pillow (PIL), pygame

Installation

  1. Clone the repository:

    git clone https://github.com/LuanHii/Music-Player-Python.git
  2. Install dependencies:

    pip install pillow pygame

Usage

  1. Add your music files to the 'musics' directory.

  2. Run the code:

    python music_player.py
  3. The graphical interface will appear. Select a song from the list and use the control buttons to play, pause, resume, stop, skip forward, and skip backward.

Project Structure

  • music_player.py: Source code of the music player.
  • img/: Directory containing images for buttons.

Contribution

Contributions are welcome! Feel free to open a pull request or report issues.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits

About

A simple Music player created in Python using Tkinter and Pygame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages