https://github.com/ntvmb/soundthememaker
A graphical editor for sound themes in Linux
https://github.com/ntvmb/soundthememaker
freedesktop gnome kde-plasma-6 linux python3 sound-effects
Last synced: 11 days ago
JSON representation
A graphical editor for sound themes in Linux
- Host: GitHub
- URL: https://github.com/ntvmb/soundthememaker
- Owner: ntvmb
- License: gpl-3.0
- Created: 2025-01-24T01:48:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-24T01:56:41.000Z (over 1 year ago)
- Last Synced: 2025-01-24T02:29:52.274Z (over 1 year ago)
- Topics: freedesktop, gnome, kde-plasma-6, linux, python3, sound-effects
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sound theme maker
A graphical editor for sound themes in Linux. I created this tool to simplify the creation of custom sound themes.
## How to run
Install `kdialog`, `ffmpeg`, and `qt6-tools` (or maybe `qt5-tools`) to your system if you haven't already.
Debian users: install `qtchooser` instead of `qt6-tools` or `qt5-tools`.
Install the dependencies from `requirements.txt`: `pip install -r requirements.txt`.
Then you can launch the tool:
```
python3 soundthememaker.py
```