Skip to content

Commit

Permalink
修改readme,增加扩展名
Browse files Browse the repository at this point in the history
修改readme,增加扩展名
  • Loading branch information
taskschd1145 committed Nov 1, 2024
1 parent 4a8bb96 commit b6a7c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ pip install Pillow

### Step 1: Get the Source Code

Download the source code from the Releases section of the GitHub repository.
Download the source code of this repository

### Step 2: Edit the Barcode List

Open the `main.txt` file and replace its contents with the barcode data you need to generate, with each data entry on a new line.
Open the `main.barcode` file and replace its contents with the barcode data you need to generate, with each data entry on a new line.

### Step 3: Run the Main Script

Expand All @@ -38,7 +38,7 @@ In the project directory, run the `main.py` script via the terminal:
python main.py
```

This will generate barcode images based on the data in `main.txt`.
This will generate barcode images based on the data in `main.barcode`.

When the terminal prompts "Done.", the generation is complete

Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip install python-barcode

### 1:获取源代码

从GitHub仓库的Releases部分下载源代码
从GitHub仓库的Releases部分或直接Git Clone下载源代码

### 2:编辑条形码列表

Expand Down

0 comments on commit b6a7c26

Please sign in to comment.