What I am trying to achieve is to firstly read the intvariable values defined globally and insert into a textbox when the program is ran, secondly I need to enable the user to change the values if they wish to.
the code is:
from numpy import *
import numpy as np
import matplotlib.pypl ot as plt
import os
from matplotlib import style
from utils import DATA_DIR
from tkinter import *
...