Refinements
This commit is contained in:
@@ -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
|
||||
```
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user