You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
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.
4
4
5
+

6
+
5
7
## Installation
6
8
1.**Clone the repository**
7
9
```bash
@@ -10,14 +12,14 @@ This is a Korean automatic lottery purchase program. Built with a PySide6-based
10
12
```
11
13
12
14
2. **Install dependencies via uv**
13
-
```bash
14
-
uv sync
15
-
```
15
+
```bash
16
+
uv sync
17
+
```
16
18
17
19
3. **Run the application**
18
-
```bash
19
-
uv run python main.py
20
-
```
20
+
```bash
21
+
uv run python main.py
22
+
```
21
23
22
24
## Building Executable
23
25
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
26
28
uv run pyinstaller .\atlottery.spec
27
29
```
28
30
- 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.
0 commit comments