Sundpood/README.md
2021-01-03 08:29:02 +03:00

40 lines
1.4 KiB
Markdown

# Sundpood
![Banner](https://github.com/Ninnjah/Sundpood/blob/master/pics/banner.jpg)
App like [SoundPad](https://www.leppsoft.com/soundpad/en/download/)(needs [VoiceMeeter](https://vb-audio.com/Voicemeeter/)(allready in "redist" folder))
### Features:
- Play sound by pressing hotkey
- Supported formats:
- .wav
- .mp3
- .ogg
- ~~.m4a~~
- ~~Converting sounds by [ffmpeg](https://ffmpeg.org/download.html)~~
- Sound categories (folders in "sound" folder)
- Overlay menu by press F1 key
- Overlay control on numpad (set in preferences)
- Light, Dark Themes and mode
### Screenshots
- Light Theme
![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Light%20theme.png)
---
- Dark Theme
![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Dark%20theme.png)
---
- Rachila Theme
![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Rachila%20theme.png)
---
### Requirements:
- [sounddevice](https://pypi.org/project/sounddevice/) for select audio device
- [pynput](https://pypi.org/project/pynput/) for hotkeys
- [PyQt5](https://pypi.org/project/PyQt5/) for GUI
- [VoiceMeeter](https://vb-audio.com/Voicemeeter/) for redirect sound into microphone
- ~~[ffmpeg](https://ffmpeg.org/download.html) for convert sounds in .wav format~~Now SundPood using pygame module
- [PyGame](https://pypi.org/project/pygame/) for playing sounds