From 22bf9339ae57bccf2d5cb871796e02effdd68369 Mon Sep 17 00:00:00 2001 From: Ninnjah <45268461+Ninnjah@users.noreply.github.com> Date: Sun, 3 Jan 2021 08:29:02 +0300 Subject: [PATCH 1/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e5f5c62..6e460b6 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,15 @@ App like [SoundPad](https://www.leppsoft.com/soundpad/en/download/)(needs [Voice ### 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) --- From d20f469d0b711b2d49a9094823d8b7ac77f619a0 Mon Sep 17 00:00:00 2001 From: Ninnjah <45268461+Ninnjah@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:41:55 +0300 Subject: [PATCH 2/6] Delete .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7b02d31..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -key.py From 5a5cb4013fbf41a603d9b2863649641c1cb37cf4 Mon Sep 17 00:00:00 2001 From: Ninnjah <45268461+Ninnjah@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:42:20 +0300 Subject: [PATCH 3/6] Delete keys.py --- keys.py | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 keys.py diff --git a/keys.py b/keys.py deleted file mode 100644 index 490631b..0000000 --- a/keys.py +++ /dev/null @@ -1,42 +0,0 @@ - -forbidden = [ - 'Key.esc', 'Key.cmd', 'Key.cmd_r', 'Key.menu', - 'Key.pause', 'Key.scroll_lock', 'Key.print_screen', - 'Key.enter', 'Key.space', 'Key.backspace', 'Key.ctrl_l', - 'Key.ctrl_r', 'Key.alt_l', 'Key.alt_gr', 'Key.caps_lock', - 'Key.num_lock', 'Key.tab', 'Key.shift', 'Key.shift_r', - 'Key.insert', 'Key.delete', 'Key.home', 'Key.end', - 'Key.page_up', 'Key.page_down', '/' -] - -dict_ = { - ' ':' ', - 'Key.f1' : 'F1', - 'Key.f2' : 'F2', - 'Key.f3' : 'F3', - 'Key.f4' : 'F4', - 'Key.f5' : 'F5', - 'Key.f6' : 'F6', - 'Key.f7' : 'F7', - 'Key.f8' : 'F8', - 'Key.f9' : 'F9', - 'Key.f10' : 'F10', - 'Key.f11' : 'F11', - 'Key.f12' : 'F12', - '<96>' : 'Num 0', - '<97>' : 'Num 1', - '<98>' : 'Num 2', - '<99>' : 'Num 3', - '<100>' : 'Num 4', - '<101>' : 'Num 5', - '<102>' : 'Num 6', - '<103>' : 'Num 7', - '<104>' : 'Num 8', - '<105>' : 'Num 9', - '<110>' : 'Num .', - 'Key.up' : 'Up', - 'Key.down' : 'Down', - 'Key.left' : 'Left', - 'Key.right' : 'Right', - '\\\\' : '\\' -} From 897eb3a127bcdb5dc31aaf869e16e640255ba97a Mon Sep 17 00:00:00 2001 From: Ninnjah <45268461+Ninnjah@users.noreply.github.com> Date: Tue, 2 Mar 2021 21:42:29 +0300 Subject: [PATCH 4/6] Delete key.py --- key.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 key.py diff --git a/key.py b/key.py deleted file mode 100644 index c318ba0..0000000 --- a/key.py +++ /dev/null @@ -1,2 +0,0 @@ -# Key example -KEY = b'Nd6jgPcL_V2j-TpaKjAAch1rwFxLo9EAw4IlmmuRQTg=' From 6590b4fe616af101d1981cb4e8067d810639284b Mon Sep 17 00:00:00 2001 From: Ninnjah Date: Thu, 17 Aug 2023 02:48:19 +0300 Subject: [PATCH 5/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e460b6..4433a0a 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ App like [SoundPad](https://www.leppsoft.com/soundpad/en/download/)(needs [Voice ### Screenshots - Light Theme -![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Light%20theme.png) +![light theme](https://git.dc09.ru/Ninnjah/Sundpood/raw/branch/master/pics/Light%20theme.png) --- - Dark Theme -![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Dark%20theme.png) +![light theme](https://git.dc09.ru/Ninnjah/Sundpood/raw/branch/master/pics/Dark%20theme.png) --- - Rachila Theme -![light theme](https://github.com/Ninnjah/Sundpood/blob/master/pics/Rachila%20theme.png) +![light theme](https://git.dc09.ru/Ninnjah/Sundpood/raw/branch/master/pics/Rachila%20theme.png) --- ### Requirements: From b833b1bd6d02d9d4660bcef8b3755d5dc9f8afe9 Mon Sep 17 00:00:00 2001 From: Ninnjah Date: Thu, 17 Aug 2023 02:48:59 +0300 Subject: [PATCH 6/6] Fix banner picture --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4433a0a..8c7ce41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sundpood -![Banner](https://github.com/Ninnjah/Sundpood/blob/master/pics/banner.jpg) +![Banner](https://git.dc09.ru/Ninnjah/Sundpood/raw/branch/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))