A music player made with python.
Find a file
2024-12-29 19:29:20 +01:00
wobuzz Removed debug print. 2024-12-29 19:29:20 +01:00
.gitignore Added settings and implemented restoring of window size. 2024-12-23 17:12:21 +01:00
README.md Added README.md 2024-12-29 19:27:26 +01:00
requirements.txt Added requirements.txt and loading of track metadata. 2024-12-29 13:50:19 +01:00
setup.py Added setup.py and made all imports relative so it will work as a module. 2024-12-29 19:23:53 +01:00

Wobuzz

Wobuzz is an audio player made by The Wobbler. Currently it is still in early development and not really usable.

Installation

To install Wobuzz, you firstly have to install the dependencies that can't be installed using pip. This can be done using:

sudo apt install pyqt6-dev-tools xcb libxcb-cursor0

Now you can just clone the repo and let pip install it.

https://teapot.informationsanarchistik.de/Wobbl/Wobuzz.git
cd Wobuzz
pip install .

Usage:

usage: wobuzz [-h] [-p PLAYLIST_PATH] [TRACKS ...]

A music player made by The Wobbler.

positional arguments:
  TRACKS                Plays audio files the from given paths.

options:
  -h, --help            show this help message and exit
  -p PLAYLIST_PATH, --playlist PLAYLIST_PATH
                        Imports a playlist from the given path.