Skip to content

Little command line tool with GUI to build a plot out of exported .csv file(s) from OpenHantek.

Notifications You must be signed in to change notification settings

PaulusElektrus/OpenHantek_to_Plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenHantek to Plot

 

Little command line tool with GUI to build a plot out of exported .csv file(s) from OpenHantek.

 


 

Graphical User Interface

 

Made with PySimpleGUI

Start the GUI with python gui.py

 

GUI

 

  • Entering a file path will display the resulting plot and there is a option to save the plot.

  • Entering a folder path will convert all files found and you will be asked for a path to save the plots.

 


 

Command Line Interface

 

- Usage:

  • python plot.py data/test.csv --> will store the .svg plot in the same folder

  • python plot.py data/test.csv -d True --> will display the plot in a window

  • python plot.py data/test.csv -s plots --> will store the .svg plot in the plots/ folder

  • python plot.py data -s plots --> will convert all .csv files in data/ in .svg images and store them in plots/

  • ...

 

- Help:

  • positional arguments:

    FILE path to a .csv file or folder containing .csv files from OpenHantek

  • optional arguments:

    -h, --help --> show this help message and exit

    -d DISPLAY, --display DISPLAY --> True displays the plot(s) in a window

    -s SAVE, --save SAVE --> specify a path to save the plot(s)

 


 

How to export .csv files?

 

Export

 


 

Resulting Plot for 'test.csv':

 

Image

 


by PaulusElektrus

About

Little command line tool with GUI to build a plot out of exported .csv file(s) from OpenHantek.

Topics

Resources

Stars

Watchers

Forks

Languages