]> Skullheadx's Git Forge - Typer-Noises.git/commitdiff
exe file
authorSkullheadx <704277@pdsb.net>
Sat, 31 Dec 2022 00:01:10 +0000 (19:01 -0500)
committerSkullheadx <704277@pdsb.net>
Sat, 31 Dec 2022 00:01:10 +0000 (19:01 -0500)
.gitignore
logo.ico [new file with mode: 0644]
main.exe [new file with mode: 0644]
main.py

index f6e24f182dec91ffa8e8d1030c86fc321f597db4..e3a48710e24b02bde14b05f6e73039f322f82821 100644 (file)
@@ -9,3 +9,7 @@
 .idea/
 __pycache__/
 unused/
+build/
+dist/
+main.spec
+logo.png
diff --git a/logo.ico b/logo.ico
new file mode 100644 (file)
index 0000000..a4e41ce
Binary files /dev/null and b/logo.ico differ
diff --git a/main.exe b/main.exe
new file mode 100644 (file)
index 0000000..016d42a
Binary files /dev/null and b/main.exe differ
diff --git a/main.py b/main.py
index 0289f731153798652842dd9f0eb5a307d9b9ff7e..84e46666d65864164fdfaef3ede2879c169fea3b 100644 (file)
--- a/main.py
+++ b/main.py
@@ -49,7 +49,7 @@ def on_press(key):
     elif key == keyboard.Key.pause:
         stopped = True
     elif key == keyboard.Key.esc:
-        quit()
+        listener.stop()
 
 
 with keyboard.Listener(on_press=on_press) as listener:  # listening for events