biosignal-device-interface 0.2.3__tar.gz → 0.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/PKG-INFO +46 -38
  2. biosignal_device_interface-0.2.4/README.md +112 -0
  3. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/pyproject.toml +2 -2
  4. biosignal_device_interface-0.2.3/README.md +0 -104
  5. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/LICENSE +0 -0
  6. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/__init__.py +0 -0
  7. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/__init__.py +0 -0
  8. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/devices/__init__.py +0 -0
  9. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/devices/core/base_device_constants.py +0 -0
  10. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/devices/otb/otb_constants.py +0 -0
  11. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/devices/otb/otb_muovi_constants.py +0 -0
  12. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/devices/otb/otb_quattrocento_constants.py +0 -0
  13. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/devices/otb/otb_quattrocento_light_constants.py +0 -0
  14. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/devices/otb/otb_syncstation_constants.py +0 -0
  15. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/constants/plots/color_palette.py +0 -0
  16. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/devices/__init__.py +0 -0
  17. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/devices/core/__init__.py +0 -0
  18. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/devices/core/base_device.py +0 -0
  19. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/devices/otb/__init__.py +0 -0
  20. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/devices/otb/otb_muovi.py +0 -0
  21. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/devices/otb/otb_quattrocento.py +0 -0
  22. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/devices/otb/otb_quattrocento_light.py +0 -0
  23. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/devices/otb/otb_syncstation.py +0 -0
  24. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/__init__.py +0 -0
  25. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/all_devices_widget.py +0 -0
  26. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/core/base_device_widget.py +0 -0
  27. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/core/base_multiple_devices_widget.py +0 -0
  28. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/otb/__init__.py +0 -0
  29. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/otb/otb_devices_widget.py +0 -0
  30. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py +0 -0
  31. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py +0 -0
  32. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py +0 -0
  33. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_widget.py +0 -0
  34. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/device_template_widgets/otb/otb_syncstation_widget.py +0 -0
  35. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py +0 -0
  36. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui/devices_template_widget.ui +0 -0
  37. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui +0 -0
  38. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui/otb_muovi_template_widget.ui +0 -0
  39. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui/otb_quattrocento_light_template_widget.ui +0 -0
  40. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui/otb_quattrocento_template_widget.ui +0 -0
  41. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui/otb_syncstation_template_widget.ui +0 -0
  42. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui_compiled/devices_template_widget.py +0 -0
  43. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui_compiled/otb_muovi_plus_template_widget.py +0 -0
  44. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py +0 -0
  45. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py +0 -0
  46. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui_compiled/otb_quattrocento_template_widget.py +0 -0
  47. {biosignal_device_interface-0.2.3 → biosignal_device_interface-0.2.4}/biosignal_device_interface/gui/ui_compiled/otb_syncstation_template_widget.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: biosignal-device-interface
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications.
5
- License: CC BY-SA 4.0
5
+ License: GPL-3.0
6
6
  License-File: LICENSE
7
7
  Author: Dominik I. Braun
8
8
  Author-email: dome.braun@fau.de
9
9
  Requires-Python: >=3.10,<3.13
10
- Classifier: License :: Other/Proprietary License
10
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
@@ -34,10 +34,15 @@ Description-Content-Type: text/markdown
34
34
  <h3 align="center">Biosignal Device Interface</h3>
35
35
 
36
36
  <p align="center">
37
- Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications.
37
+ Python communication interface to many biosignal devices manufactured by several companies for easy integration in custom PySide6 applications.
38
38
  <br />
39
39
  <a href="https://nsquaredlab.github.io/Biosignal-Device-Interface/"><strong>Explore the docs »</strong></a>
40
40
  </p>
41
+
42
+ [![PyPI version](https://img.shields.io/pypi/v/biosignal-device-interface.svg)](https://pypi.org/project/biosignal-device-interface/)
43
+ [![Python versions](https://img.shields.io/pypi/pyversions/biosignal-device-interface.svg)](https://pypi.org/project/biosignal-device-interface/)
44
+ [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
45
+
41
46
  </div>
42
47
 
43
48
 
@@ -46,19 +51,18 @@ Description-Content-Type: text/markdown
46
51
  <details>
47
52
  <summary>Table of Contents</summary>
48
53
  <ol>
49
- <li>
50
- <a href="#about-the-project">About The Project</a>
51
- </li>
52
- <li><a href="#contact">Contact</a></li>
54
+ <li><a href="#about-the-project">About The Project</a></li>
55
+ <li><a href="#supported-devices">Supported Devices</a></li>
53
56
  <li>
54
57
  <a href="#getting-started">Getting Started</a>
55
58
  <ul>
59
+ <li><a href="#installation">Installation</a></li>
56
60
  <li><a href="#development-installation">Development Installation</a></li>
57
- <li><a href="#package-installation">Package Installation</a></li>
58
61
  </ul>
59
62
  </li>
60
63
  <li><a href="#usage">Usage</a></li>
61
64
  <li><a href="#license">License</a></li>
65
+ <li><a href="#contact">Contact</a></li>
62
66
  <li><a href="#acknowledgments">Acknowledgments</a></li>
63
67
  </ol>
64
68
  </details>
@@ -66,64 +70,68 @@ Description-Content-Type: text/markdown
66
70
 
67
71
  ## About The Project
68
72
 
69
- Give a brief introduction into the project.
73
+ Biosignal Device Interface provides a unified Python API for communicating with biosignal acquisition devices from multiple manufacturers. It includes ready-to-use PySide6 widgets for device configuration and data streaming, making it easy to integrate biosignal acquisition into custom applications.
70
74
 
71
- <!-- CONTACT -->
72
- ### Contact
73
-
74
- [Dominik I. Braun](https://www.nsquared.tf.fau.de/person/dominik-braun/) - dome.braun@fau.de
75
+ ## Supported Devices
75
76
 
76
- Project Link: [https://github.com/NsquaredLab/Biosignal-Device-Interface](https://github.com/NsquaredLab/Biosignal-Device-Interface)
77
+ ### OT Bioelettronica
78
+ - **Quattrocento** - 400+ channel EMG/EEG amplifier
79
+ - **Quattrocento Light** - Compact version of Quattrocento
80
+ - **Muovi** - Wearable EMG sensor
81
+ - **Muovi+** - Enhanced wearable EMG sensor
82
+ - **SyncStation** - Multi-device synchronization hub (Muovi, Muovi+, Due+)
77
83
 
84
+ ### Other Devices
85
+ - More devices coming soon...
78
86
 
79
87
  <!-- GETTING STARTED -->
80
88
  ## Getting Started
81
89
 
82
- The local set up is made using [Poetry](https://python-poetry.org/). You can install Poetry using the following command.
83
- Note: It is recommeded to install it globally.
84
- ```bash
85
- pip install poetry
86
- ```
90
+ ### Installation
87
91
 
88
- Then, you can install the dependencies in your work area using the following command:
92
+ Install from PyPI:
89
93
  ```bash
90
- poetry install
94
+ pip install biosignal-device-interface
91
95
  ```
92
96
 
93
- ### Development installation
94
- If you want to contribute to the project, you can install the development dependencies using the following command:
97
+ Or with Poetry:
95
98
  ```bash
96
- poetry install --with dev,docs
99
+ poetry add biosignal-device-interface
97
100
  ```
98
101
 
99
- ### Package Installation
100
- Poetry
101
- ```Bash
102
- poetry add git+https://github.com/NsquaredLab/Biosignal-Device-Interface.git
103
- ```
102
+ ### Development Installation
104
103
 
105
- PIP
106
- ```sh
107
- pip install git+https://github.com/NsquaredLab/Biosignal-Device-Interface.git
108
- ```
104
+ Clone the repository and install with development dependencies:
109
105
 
106
+ ```bash
107
+ git clone https://github.com/NsquaredLab/Biosignal-Device-Interface.git
108
+ cd Biosignal-Device-Interface
109
+ poetry install --with dev,docs
110
+ ```
110
111
 
111
112
  <!-- USAGE EXAMPLES -->
112
113
  ## Usage
113
114
 
114
115
  Examples of how you can use this package can be found in our [examples gallery](https://nsquaredlab.github.io/Biosignal-Device-Interface/auto_examples/index.html).
115
116
 
116
-
117
117
  <!-- LICENSE -->
118
118
  ## License
119
119
 
120
- Distributed under the GPL-3.0 license License. See `LICENSE.txt` for more information.
120
+ Distributed under the GPL-3.0 License. See `LICENSE` for more information.
121
+
122
+ <!-- CONTACT -->
123
+ ## Contact
124
+
125
+ - [Dominik I. Braun](https://www.nsquared.tf.fau.de/person/dominik-braun/) - dome.braun@fau.de
126
+ - [Raul C. Sîmpetru](https://www.nsquared.tf.fau.de/person/raul-simpetru/) - raul.simpetru@fau.de
127
+
128
+ Project Link: [https://github.com/NsquaredLab/Biosignal-Device-Interface](https://github.com/NsquaredLab/Biosignal-Device-Interface)
121
129
 
122
130
  <!-- ACKNOWLEDGMENTS -->
123
131
  ## Acknowledgments
124
- * Find available Python and Matlab implementations of OT Bioelettronica's devices on their [website](https://otbioelettronica.it/en/download/).
132
+ * Find available Python and Matlab implementations of OT Bioelettronica's devices on their [website](https://otbioelettronica.it/en/download/).
125
133
  <br>
126
- Note: The example scripts does not provide you with the same level of utility for GUI implementations.
134
+ Note: The example scripts do not provide you with the same level of utility for GUI implementations.
127
135
 
128
136
  <p align="right">(<a href="#readme-top">back to top</a>)</p>
129
137
 
@@ -0,0 +1,112 @@
1
+ # Biosignal-Device-Interface
2
+
3
+ <!-- PROJECT LOGO -->
4
+ <br />
5
+ <div align="center">
6
+ <a href="https://github.com/NsquaredLab/Biosignal-Device-Interface">
7
+ <img src="images/logo.png" alt="Logo" width="80" height="80">
8
+ </a>
9
+
10
+ <h3 align="center">Biosignal Device Interface</h3>
11
+
12
+ <p align="center">
13
+ Python communication interface to many biosignal devices manufactured by several companies for easy integration in custom PySide6 applications.
14
+ <br />
15
+ <a href="https://nsquaredlab.github.io/Biosignal-Device-Interface/"><strong>Explore the docs »</strong></a>
16
+ </p>
17
+
18
+ [![PyPI version](https://img.shields.io/pypi/v/biosignal-device-interface.svg)](https://pypi.org/project/biosignal-device-interface/)
19
+ [![Python versions](https://img.shields.io/pypi/pyversions/biosignal-device-interface.svg)](https://pypi.org/project/biosignal-device-interface/)
20
+ [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
21
+
22
+ </div>
23
+
24
+
25
+
26
+ <!-- TABLE OF CONTENTS -->
27
+ <details>
28
+ <summary>Table of Contents</summary>
29
+ <ol>
30
+ <li><a href="#about-the-project">About The Project</a></li>
31
+ <li><a href="#supported-devices">Supported Devices</a></li>
32
+ <li>
33
+ <a href="#getting-started">Getting Started</a>
34
+ <ul>
35
+ <li><a href="#installation">Installation</a></li>
36
+ <li><a href="#development-installation">Development Installation</a></li>
37
+ </ul>
38
+ </li>
39
+ <li><a href="#usage">Usage</a></li>
40
+ <li><a href="#license">License</a></li>
41
+ <li><a href="#contact">Contact</a></li>
42
+ <li><a href="#acknowledgments">Acknowledgments</a></li>
43
+ </ol>
44
+ </details>
45
+
46
+
47
+ ## About The Project
48
+
49
+ Biosignal Device Interface provides a unified Python API for communicating with biosignal acquisition devices from multiple manufacturers. It includes ready-to-use PySide6 widgets for device configuration and data streaming, making it easy to integrate biosignal acquisition into custom applications.
50
+
51
+ ## Supported Devices
52
+
53
+ ### OT Bioelettronica
54
+ - **Quattrocento** - 400+ channel EMG/EEG amplifier
55
+ - **Quattrocento Light** - Compact version of Quattrocento
56
+ - **Muovi** - Wearable EMG sensor
57
+ - **Muovi+** - Enhanced wearable EMG sensor
58
+ - **SyncStation** - Multi-device synchronization hub (Muovi, Muovi+, Due+)
59
+
60
+ ### Other Devices
61
+ - More devices coming soon...
62
+
63
+ <!-- GETTING STARTED -->
64
+ ## Getting Started
65
+
66
+ ### Installation
67
+
68
+ Install from PyPI:
69
+ ```bash
70
+ pip install biosignal-device-interface
71
+ ```
72
+
73
+ Or with Poetry:
74
+ ```bash
75
+ poetry add biosignal-device-interface
76
+ ```
77
+
78
+ ### Development Installation
79
+
80
+ Clone the repository and install with development dependencies:
81
+
82
+ ```bash
83
+ git clone https://github.com/NsquaredLab/Biosignal-Device-Interface.git
84
+ cd Biosignal-Device-Interface
85
+ poetry install --with dev,docs
86
+ ```
87
+
88
+ <!-- USAGE EXAMPLES -->
89
+ ## Usage
90
+
91
+ Examples of how you can use this package can be found in our [examples gallery](https://nsquaredlab.github.io/Biosignal-Device-Interface/auto_examples/index.html).
92
+
93
+ <!-- LICENSE -->
94
+ ## License
95
+
96
+ Distributed under the GPL-3.0 License. See `LICENSE` for more information.
97
+
98
+ <!-- CONTACT -->
99
+ ## Contact
100
+
101
+ - [Dominik I. Braun](https://www.nsquared.tf.fau.de/person/dominik-braun/) - dome.braun@fau.de
102
+ - [Raul C. Sîmpetru](https://www.nsquared.tf.fau.de/person/raul-simpetru/) - raul.simpetru@fau.de
103
+
104
+ Project Link: [https://github.com/NsquaredLab/Biosignal-Device-Interface](https://github.com/NsquaredLab/Biosignal-Device-Interface)
105
+
106
+ <!-- ACKNOWLEDGMENTS -->
107
+ ## Acknowledgments
108
+ * Find available Python and Matlab implementations of OT Bioelettronica's devices on their [website](https://otbioelettronica.it/en/download/).
109
+ <br>
110
+ Note: The example scripts do not provide you with the same level of utility for GUI implementations.
111
+
112
+ <p align="right">(<a href="#readme-top">back to top</a>)</p>
@@ -1,9 +1,9 @@
1
1
  [tool.poetry]
2
2
  name = "biosignal-device-interface"
3
- version = "0.2.3"
3
+ version = "0.2.4"
4
4
  description = "Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications."
5
5
  authors = ["Dominik I. Braun <dome.braun@fau.de>", "Raul C. Sîmpetru <raul.simpetru@fau.de>"]
6
- license = "CC BY-SA 4.0"
6
+ license = "GPL-3.0"
7
7
  readme = "README.md"
8
8
 
9
9
  [tool.poetry.dependencies]
@@ -1,104 +0,0 @@
1
- # Biosignal-Device-Interface
2
-
3
- <!-- PROJECT LOGO -->
4
- <br />
5
- <div align="center">
6
- <a href="https://github.com/NsquaredLab/Biosignal-Device-Interface">
7
- <img src="images/logo.png" alt="Logo" width="80" height="80">
8
- </a>
9
-
10
- <h3 align="center">Biosignal Device Interface</h3>
11
-
12
- <p align="center">
13
- Python communication interface to many biosignal devices manufactured by several companies to easy integration in custom PySide6 applications.
14
- <br />
15
- <a href="https://nsquaredlab.github.io/Biosignal-Device-Interface/"><strong>Explore the docs »</strong></a>
16
- </p>
17
- </div>
18
-
19
-
20
-
21
- <!-- TABLE OF CONTENTS -->
22
- <details>
23
- <summary>Table of Contents</summary>
24
- <ol>
25
- <li>
26
- <a href="#about-the-project">About The Project</a>
27
- </li>
28
- <li><a href="#contact">Contact</a></li>
29
- <li>
30
- <a href="#getting-started">Getting Started</a>
31
- <ul>
32
- <li><a href="#development-installation">Development Installation</a></li>
33
- <li><a href="#package-installation">Package Installation</a></li>
34
- </ul>
35
- </li>
36
- <li><a href="#usage">Usage</a></li>
37
- <li><a href="#license">License</a></li>
38
- <li><a href="#acknowledgments">Acknowledgments</a></li>
39
- </ol>
40
- </details>
41
-
42
-
43
- ## About The Project
44
-
45
- Give a brief introduction into the project.
46
-
47
- <!-- CONTACT -->
48
- ### Contact
49
-
50
- [Dominik I. Braun](https://www.nsquared.tf.fau.de/person/dominik-braun/) - dome.braun@fau.de
51
-
52
- Project Link: [https://github.com/NsquaredLab/Biosignal-Device-Interface](https://github.com/NsquaredLab/Biosignal-Device-Interface)
53
-
54
-
55
- <!-- GETTING STARTED -->
56
- ## Getting Started
57
-
58
- The local set up is made using [Poetry](https://python-poetry.org/). You can install Poetry using the following command.
59
- Note: It is recommeded to install it globally.
60
- ```bash
61
- pip install poetry
62
- ```
63
-
64
- Then, you can install the dependencies in your work area using the following command:
65
- ```bash
66
- poetry install
67
- ```
68
-
69
- ### Development installation
70
- If you want to contribute to the project, you can install the development dependencies using the following command:
71
- ```bash
72
- poetry install --with dev,docs
73
- ```
74
-
75
- ### Package Installation
76
- Poetry
77
- ```Bash
78
- poetry add git+https://github.com/NsquaredLab/Biosignal-Device-Interface.git
79
- ```
80
-
81
- PIP
82
- ```sh
83
- pip install git+https://github.com/NsquaredLab/Biosignal-Device-Interface.git
84
- ```
85
-
86
-
87
- <!-- USAGE EXAMPLES -->
88
- ## Usage
89
-
90
- Examples of how you can use this package can be found in our [examples gallery](https://nsquaredlab.github.io/Biosignal-Device-Interface/auto_examples/index.html).
91
-
92
-
93
- <!-- LICENSE -->
94
- ## License
95
-
96
- Distributed under the GPL-3.0 license License. See `LICENSE.txt` for more information.
97
-
98
- <!-- ACKNOWLEDGMENTS -->
99
- ## Acknowledgments
100
- * Find available Python and Matlab implementations of OT Bioelettronica's devices on their [website](https://otbioelettronica.it/en/download/).
101
- <br>
102
- Note: The example scripts does not provide you with the same level of utility for GUI implementations.
103
-
104
- <p align="right">(<a href="#readme-top">back to top</a>)</p>