- Reads log files in csv format-like
- Represents them in GUI
- Includes search engine
- Includes statistics: max and min value
- Visualizes data in a form of a plot
- The separator must be surrounded by quotes "
"Separators longer than 1 character and different from '\s+' will be interpreted as regular expressions and will also force the use of the Python parsing engine." https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html
- Labels must be stored in a list.
I used Tkinter standard GUI package (it is built into standard Python library), Tkintertable, Pandas, Matplotlib Pyplot and Configparser.
-
Install Tkintertable:
-
Install Pandas:
-
Install Matplotlib:
-
Run the program in the root directory:
- python main.py
//malg0102