Skip to content

malgo0102/GUI-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log viewer and visualizer

  • 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

In the configuration file:

  • 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.

Getting started:

I used Tkinter standard GUI package (it is built into standard Python library), Tkintertable, Pandas, Matplotlib Pyplot and Configparser.

  1. Install Tkintertable:

  2. Install Pandas:

  3. Install Matplotlib:

  4. Run the program in the root directory:

    • python main.py

//malg0102

About

Log viewer in Python with Tkinter library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages