diff --git a/README.md b/README.md index 69fdd4b..547d788 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The program can be used via downloading and launching the compiled executable, f This route involves no extra installation or configuration of Python or its modules. (Those who wish can also view, download, and run the associated Python code directly) -image +image ## Usage 1. Select your BVEF file containing channel locations and coordinates diff --git a/Screenshot.png b/Screenshot.png new file mode 100644 index 0000000..e8a56e8 Binary files /dev/null and b/Screenshot.png differ diff --git a/main.py b/main.py index dc82ab6..518a740 100644 --- a/main.py +++ b/main.py @@ -16,9 +16,9 @@ def resource_path(relative_path): # create the root window in tkinter root = Tk() root.iconbitmap(resource_path("LSL_ico.ico")) -root.title('BVEF Coordinate Injector for LSL') +root.title('BVEF Channel Label Injector for LSL') root.resizable(False, False) -root.geometry('350x200') +root.geometry('420x220') BVEF = "" LSL = ""