Browse Source

Add config.ini

master
bci 3 years ago
parent
commit
f78ba4434a
2 changed files with 8 additions and 0 deletions
  1. 4
    0
      app.py
  2. 4
    0
      config.ini

+ 4
- 0
app.py View File

from tkinter import * from tkinter import *
import tkinter.font as tkFont import tkinter.font as tkFont
import subprocess import subprocess
import configparser


# own code: # own code:
# from questionnaire import quest # from questionnaire import quest
# global pathSave # global pathSave
# pathSave = "\\questions\\" + self.paradigmText # pathSave = "\\questions\\" + self.paradigmText
# pathSave = os.getcwd() + pathSave # pathSave = os.getcwd() + pathSave
config = configparser.ConfigParser()
config.read('default.ini')


# Einstellung der GUI Größe # Einstellung der GUI Größe
textH = 4 textH = 4

+ 4
- 0
config.ini View File

[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

Loading…
Cancel
Save