cleanup and comments

user interface
This commit is contained in:
Martin Zietz
2021-02-17 11:26:25 +01:00
parent 3b62e41f5a
commit f5dc7f097e
5 changed files with 295 additions and 261 deletions
+3
View File
@@ -1,12 +1,15 @@
# This file contains functions related to logging data from the program to a CSV file.
# They are mainly but not only called by the ConfigureLogging class in User_Interface.py.
# import packages
import pandas as pd
import globals as g
from datetime import datetime
import os
from tkinter import filedialog
from tkinter import messagebox
# import other project files
import User_Interface as ui
log_data = pd.DataFrame() # pandas data frame containing the logged data, in-program representation of csv/excel data