@@ -8,6 +8,7 @@ Created on Fri Sep 4 11:36:24 2020 | |||
from tkinter import * | |||
import tkinter.font as tkFont | |||
import subprocess | |||
import configparser | |||
# own code: | |||
# from questionnaire import quest | |||
@@ -47,6 +48,9 @@ class App: | |||
# global pathSave | |||
# pathSave = "\\questions\\" + self.paradigmText | |||
# pathSave = os.getcwd() + pathSave | |||
config = configparser.ConfigParser() | |||
config.read('default.ini') | |||
# Einstellung der GUI Größe | |||
textH = 4 |
@@ -0,0 +1,4 @@ | |||
[PATH] | |||
BCI2000 = C:\BCI2000\BCI2000 v3.6.beta.R5570\BCI2000.x64 | |||
TactileBCIFilter = C:\Users\bci\Desktop\Qt Filter Program\build-TactileBCIFilter-Desktop_Qt_5_15_0_MinGW_32_bit-Release\release | |||
P300Classifier = C:\Users\bci\Desktop\Igor\PythonBCIgui_v0.2\bin |