Skip to content

Commit bd03166

Browse files
committed
Create README.md
1 parent 05045ee commit bd03166

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
18+
python main.py
19+
```
20+
21+
## Building
22+
To build a standalone executable:
23+
```bash
24+
python build.py
25+
```

0 commit comments

Comments
 (0)