Skip to content

Latest commit

 

History

History
78 lines (50 loc) · 2.28 KB

README.md

File metadata and controls

78 lines (50 loc) · 2.28 KB

Project Name

Pd Music Player

Description

Pd Music Player is a multimedia player developed using PyQt6 and pygame. It allows users to play music and videos, manage playlists, and control various playback options.

Developer

Tasks

List of tasks to be done to improve the project and track progress:

  • Improve the folders function to avoid listing media documents in the folders navigation
  • Enhance the video playing function to support window resizing and additional functionalities

About the Project

Pd Music Player is an open-source multimedia player written in Python using PyQt6 and pygame libraries. It provides a user-friendly interface to play music and video files. The player supports popular media formats such as mp3, mp4, wav, and acc.

Installation

To run the Pd Music Player locally, follow these steps:

  1. Clone the repository from GitHub: https://github.com/POLLARD1145/media-player-in-python.git

  2. Change the directory to the project folder: cd MusicPlayer

  3. Install the required dependencies:

     pip install PyQt6 pygame moviepy numpy
  4. Run the application: mplayer.py

Usage

Once the Pd Music Player is running, you can use the following features:

  • Load media files from your Music folder or other directories
  • Play, pause, and stop audio tracks
  • Manage playlists and navigate between songs
  • Control volume using the volume slider
  • Double-click on a song to play it automatically
  • Use the navigation buttons to switch between songs in the playlist

Dependencies

  • PyQt6
  • pygame
  • moviepy
  • numpy

How to Contribute

If you wish to contribute to Pd Music Player, please follow these steps:

  1. Fork the repository from GitHub.
  2. Create a new branch for your feature or bug fix.
  3. Make changes and commit them to your branch.
  4. Push your branch to your forked repository.
  5. Create a pull request to the main repository.

License

Pd Music Player is released under the MIT License.

Acknowledgements

Special thanks to the developers of PyQt6, pygame, moviepy, and numpy libraries for making this project possible.