We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05045ee commit bd03166Copy full SHA for bd03166
1 file changed
README.md
@@ -0,0 +1,25 @@
1
+# Steam Lua Patcher
2
+
3
+A simple tool to search for Steam games, locate and copy corresponding Lua patch files to the Steam configuration directory, and restart Steam.
4
5
+## Features
6
+- Search for Steam games
7
+- Apply Lua patches
8
+- Restart Steam
9
+- Modern UI
10
11
+## Usage
12
+1. Install dependencies:
13
+ ```bash
14
+ pip install -r requirements.txt
15
+ ```
16
+2. Run the application:
17
18
+ python main.py
19
20
21
+## Building
22
+To build a standalone executable:
23
+```bash
24
+python build.py
25
+```
0 commit comments