Skip to content

imperiorhackers9934/MPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPlayer

MPlayer is a multimedia player application designed to offer a flexible, efficient, and user-friendly experience for playing audio files. This repository contains the source code, resources, and documentation needed to build and run MPlayer.

Features

  • Wide Format Support: Play a variety of audio and video file formats.
  • Customizable Interface: User-friendly interface with theme and layout options.
  • Playlist Management: Create, edit, and save playlists.
  • Keyboard Shortcuts: Extensive keyboard navigation for quick access.
  • Cross-Platform: Runs on major operating systems (Windows, macOS, Linux).

Installation

Prerequisites

Clone the Repository

git clone https://github.com/imperiorhackers9934/MPlayer.git
cd MPlayer

Build & Run

On Linux/macOS

python3 setup.py
python3 player.py

On Windows

Use the provided Visual Studio solution or run:

python setup.py
python player.py

Usage

Run MPlayer from the command line or use the provided graphical interface:

python player.py

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature.
  3. Commit your changes: git commit -am 'Add new feature'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Open a pull request.

Acknowledgements

  • Inspired by open-source media players.
  • Uses code and libraries from the open-source community.

Happy Playing!

About

This is a simple music player in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages