Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<img width="350" height="229" alt="image" src="https://github.com/user-attachments/assets/f7266e13-3619-4134-b7f9-35d459da6f00" />
<img width="350" height="229" alt="image" src="./Screenshot.png" />

## Usage
1. Select your BVEF file containing channel locations and coordinates
Expand Down
Binary file added Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down