Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 579 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 579 Bytes

python_plotting

To install dependencies:

pip install -r requirements.txt

To run:

Open terminal

cd Desktop/python_plotting

python cli.py -i

To close:

Open terminal

cntrl-C

To add/remove instruments (for program development):

Check 'comport_dict' in data.py

Spins up GUI and pulls data from serial ports to a multiprocessing queue. Data is displayed in real time across the GUI plots.

To create spec file (for bundling):

pyinstaller --windowed --onefile cli.py

To bundle in single application:

python -m PyInstaller -F --windowed --onefile ./cli.spec