Skip to content

Commit f1e883a

Browse files
committed
readme:: add main img
1 parent f5a5aaf commit f1e883a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This is a Korean automatic lottery purchase program. Built with a PySide6-based GUI and Selenium, it enables automatic lottery ticket buying without the need for a separate web browser.
44

5+
![](resources/main.png)
6+
57
## Installation
68
1. **Clone the repository**
79
```bash
@@ -10,14 +12,14 @@ This is a Korean automatic lottery purchase program. Built with a PySide6-based
1012
```
1113

1214
2. **Install dependencies via uv**
13-
```bash
14-
uv sync
15-
```
15+
```bash
16+
uv sync
17+
```
1618

1719
3. **Run the application**
18-
```bash
19-
uv run python main.py
20-
```
20+
```bash
21+
uv run python main.py
22+
```
2123

2224
## Building Executable
2325
To build the executable file using PyInstaller and the spec file
@@ -26,4 +28,4 @@ To build the executable file using PyInstaller and the spec file
2628
uv run pyinstaller .\atlottery.spec
2729
```
2830
- This will create the executable in the `dist` folder.
29-
- Make sure the `atlottery.spec` file is properly configured with resource paths and build options.
31+
- Make sure the `atlottery.spec` file is properly configured with resource paths and build options.

resources/main.png

7.9 KB
Loading

0 commit comments

Comments
 (0)