Metadata-Version: 2.4
Name: luisabel_serial_plotter
Version: 0.1.4
Summary: A package for socket/serial data plotting
Author-email: Raul Quesada Navarro <raquenaengineering@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/raquenaengineering/luisabel_serial_plotter
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pyserial
Requires-Dist: PySide6
Requires-Dist: numpy
Requires-Dist: pyqtgraph
Requires-Dist: qtwidgets
Requires-Dist: future
Dynamic: license-file

# LuIsabel

Plotting tool based on the arduino plotter using python and Qt, with extended functionality.

Here a little Demo:
![Luisabel small Demo](https://github.com/raquenaengineering/arduino_plotter_pyqt/blob/main/docu/readme_images/luisabel_demo.gif)

## Dependencies

+ Python 3.14
+ Pyserial
+ PySide6
+ numpy
+ pyqtgraph
+ To simplify (in the project folder):
  pip install -r requirements.txt
+ submodules:
  git submodule update --init --recursive

## Many thanks to:

+ Qt Development team:
  Is such a great tool!
+ Developers who ported QT to python :
  Even better when it's so easy to develop!
+ [PyqtGraph Developers](https://github.com/pyqtgraph/pyqtgraph):
  This tool wouldn't have been possible without his fantastic pyqtgraph library.
+ [Martin Fitzpatrick](https://github.com/mfitzp):
  For writing qtwidgets, and also for his book about PyQt.
+ [Yusuke Kamiyamane](https://p.yusukekamiyamane.com/):
  For the icons.
