Skip to content

Commit

Permalink
Refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Aug 7, 2024
1 parent 24f67c2 commit b4e892b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
powershell -Command Compress-Archive dist/epson_print_conf.exe dist/epson_print_conf.zip
- name: Generate Changelog
run: echo "The executable file in the assets below is auto-generated by a GitHub Action." > ${{ github.workspace }}-CHANGELOG.txt
run: echo "The executable file in the epson_print_conf.zip archive within the assets below is auto-generated by a [GitHub Action](.github/workflows/build.yml)." > ${{ github.workspace }}-CHANGELOG.txt

- name: Create Release
uses: softprops/action-gh-release@v2
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,14 @@ It is tested with Ubuntu / Windows Subsystem for Linux, Windows.

## Usage

### Running the pre-built GUI executable code

The *epson_print_conf.zip* archive in the [Releases](releases) folder incudes the *epson_print_conf.exe* executable file; the ZIP archive is auto-generated by a [GitHub Action](.github/workflows/build.yml). *epson_print_conf.exe* is a Windows GUI that can be directly executed.

### Running the GUI with Python

Run *ui.py* as in this example:

```
python ui.py
```
Expand Down Expand Up @@ -196,6 +202,8 @@ pyinstaller epson_print_conf.spec

When the build operation is completed, you can run the *epson_print_conf.exe* file created in the *dist/* folder. This executable program does not have options, embeds the *printer_conf.pickle* file and starts with the default IP address and printer model defined in the build phase.

The executable file is automatically generated by a [GitHub Action](.github/workflows/build.yml). It is included in a ZIP file named *epson_print_conf.zip* and uploaded into the [Releases](releases) folder.

## Utilities and notes

### parse_devices.py
Expand Down

0 comments on commit b4e892b

Please sign in to comment.