Add config.ini

This commit is contained in:
bci 2020-09-04 15:06:04 +02:00
parent 0499dfc3b8
commit f78ba4434a
2 changed files with 8 additions and 0 deletions

4
app.py
View File

@ -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
@ -48,6 +49,9 @@ class App:
# pathSave = "\\questions\\" + self.paradigmText
# pathSave = os.getcwd() + pathSave
config = configparser.ConfigParser()
config.read('default.ini')
# Einstellung der GUI Größe
textH = 4
textHsmall = 4

4
config.ini Normal file
View File

@ -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