summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAL-LCL <alvin@alvinhavel.com>2023-05-19 10:45:00 +0200
committerAL-LCL <alvin@alvinhavel.com>2023-05-19 10:45:00 +0200
commit69327e7ac8d14d6d941b60db0349b06c0bd5ba46 (patch)
tree1180e152b9cdf99f38975e6e3bec9685963213eb /README.md
LeagueStopHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2a91456
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+# LeagueStop
+Disables the chat in League of Legends for Windows. If you simply can't stop yourself from typing LeagueStop will play KEKW.mp3 each time you try. The sound will stack & becomes horribly annoying.
+
+![KEKW.png](KEKW.png)
+
+## Features
+* Disables the chat in League of Legends
+ * Plays KEKW.mp3 if you try
+* Disables the Task Manager
+* Runs upon login
+
+---
+
+## Requirements
+* Windows 10
+* Python 3.6+
+
+## Installation
+* **Installing packages:** pip install playsound==1.2.2 keyboard pywin32 pyinstaller
+* **Building executable:** pyinstaller -F -w -i KEKW.ico --add-data KEKW.mp3;. LeagueStop.py
+* **Run using Python:** python LeagueStop.py
+
+## Remove Autostart
+1. **Start:** Command Prompt with administrator privileges
+2. **Paste:** reg delete HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /f