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.
- 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).
- Git
- Python 3.x (if scripts or tools are provided)
git clone https://github.com/imperiorhackers9934/MPlayer.git
cd MPlayerpython3 setup.py
python3 player.pyUse the provided Visual Studio solution or run:
python setup.py
python player.pyRun MPlayer from the command line or use the provided graphical interface:
python player.pyContributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature. - Commit your changes:
git commit -am 'Add new feature'. - Push to the branch:
git push origin feature/your-feature. - Open a pull request.
- Inspired by open-source media players.
- Uses code and libraries from the open-source community.
Happy Playing!