PiSoWorks
PiSoWorks is an application for controlling the piezo amplifiers, such as the NV200/D, from piezosystem jena GmbH. It demonstrates the use of the NV200 Python library within a graphical interface based on PySide6.
The application shows how to use the NV200 Python Library in a graphical user interface.
Installation
Quick Installation
Install from PyPI:
pip install pisoworks
Install in a Virtual Environment (Recommended)
Using venv (built-in Python module):
# Create a virtual environment
python -m venv .venv
# Activate the virtual environment
# On Windows:
.venv\Scripts\activate
# On macOS/Linux:
source .venv/bin/activate
# Upgrade pip
pip install --upgrade pip
# Install pisoworks from PyPI
pip install pisoworks
Usage
Once installed, you can launch the application from the terminal:
pisoworks
Features
- GUI based on PySide6
- Support for NV200 hardware control
- Supports control of multiple devices
- Dark mode theming
Release files for pisoworks 2.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pisoworks-2.1.1.tar.gz | 2.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pisoworks-2.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.5 MB
Release files / pisoworks-2.1.1.tar.gz
| Download URL | pisoworks-2.1.1.tar.gz |
|---|---|
| Size | 2.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
407b90ee185cda4df3692574a25bd8e915c131f9fb009eb806061c6cd7732642
|
|
BLAKE2b-256 checksum How to use checksums |
e16b73e67d51c25edaf25499272b7781b06e1ad9456a3f657143cc0cff037e99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1013-azure
|
Release files / pisoworks-2.1.1-py3-none-any.whl
| Download URL | pisoworks-2.1.1-py3-none-any.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d88aea3966d20ab22d2a6e71c03f6a0a5a8bf7d0548049d0e27820af20372639
|
|
BLAKE2b-256 checksum How to use checksums |
785dfd5dd2cb130c2a60a6d2fda129fadb3a039907a5471ec79dbd54dd55310e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1013-azure
|