An open API service indexing awesome lists of open source software.

https://github.com/liemaeu/pymuplayer

A Simple Music Player for GNU/Linux, Windows, macOS & *BSD
https://github.com/liemaeu/pymuplayer

bsd linux macos music music-player pyqt6 qt6 windows

Last synced: 3 months ago
JSON representation

A Simple Music Player for GNU/Linux, Windows, macOS & *BSD

Awesome Lists containing this project

README

          


Icon

PyMu Player

A simple music player for GNU/Linux, Windows, macOS & *BSD


Browse your files, play your music. No need to import tracks or playlists. Listen to your music, fast and easy.

Written in Python, using QtMediaPlayer.

![Screenshot](Screenshot.png)


**Supported file formats:** .mp3, .wav, .ogg, .aac, .aif, .aiff & .flac

*Note: This depends on the codecs installed on your system.*

- - -

### Features

- Browse your files like with a file manager
- Save folders as bookmarks for quick access
- Fully controllable with keyboard shortcuts
- Optional pause between songs
- Available in English and German

- - -

### Run

`python3 PyMuPlayer.py`

- - -

### Requirements

- [Python 3](https://www.python.org/downloads/)
- [PyQt6](https://pypi.org/project/PyQt6/)
- [PyQt6-QtMultimedia](https://pypi.org/project/PyQt6/)


**Example:**

Ubuntu:
`sudo apt install python3 python3-pyqt6 python3-pyqt6.qtmultimedia`

---

### About

Copyright (c) 2025 Richard Knausenberger

---

### License

This project is licensed under the **GNU GPL v3**. See [LICENSE](LICENSE) for details.