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
- Host: GitHub
- URL: https://github.com/liemaeu/pymuplayer
- Owner: Liemaeu
- License: gpl-3.0
- Created: 2025-09-21T19:43:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-21T21:11:14.000Z (10 months ago)
- Last Synced: 2025-09-21T22:05:15.554Z (10 months ago)
- Topics: bsd, linux, macos, music, music-player, pyqt6, qt6, windows
- Language: Python
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.

**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.