Metadata-Version: 2.1
Name: qtpyvcp
Version: 5.0.9+3.g6f6f13ea
Summary: Qt and Python based Virtual Control Panel framework for LinuxCNC.
Author: Kurt Jacobson
Author-email: kcjengr@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

![](https://www.qtpyvcp.com/_static/qtpyvcp_logo_small.png)


# QtPyVCP - QtPy Virtual Control Panel
[![Travis CI][Travis-badge]](https://travis-ci.org/kcjengr/qtpyvcp)
[![pypi version][pypi-badge]](https://pypi.org/project/QtPyVCP/)
[![LinuxCNC 2.8][linuxcnc-badge]](https://github.com/LinuxCNC/linuxcnc)


QtPyVCP is a Qt and Python based framework for building virtual control panels
for the LinuxCNC machine control.

The goal is to provide a no-code, drag-and-drop system for making simple VCPs,
as well as a straightforward, flexible and extensible framework to aid in
building complex VCPs.

## Installation and Usage

See the [documentation](https://www.qtpyvcp.com/).


## Development

* [GitHub Repo](https://github.com/kcjengr/qtpyvcp/)
* [Issue Tracker](https://github.com/kcjengr/qtpyvcp/issues)

## Documentation and Help

* [Documentation](https://www.qtpyvcp.com)
* [LinuxCNC Forum](https://forum.linuxcnc.org/qtpyvcp)
* [libera.chat IRC](http://web.libera.chat/) (#qtpyvcp)
* [The Matrix](https://app.element.io/#/room/#qtpyvcp:matrix.org) (#qtpyvcp:matrix.org)
* [Discord](https://discord.gg/NTKeR5GDuD) (#qtpyvcp)


## Dependencies

* LinuxCNC 2.9 or 2.10-pre^
* Python 3.11^
* Qt 5.15^
* PyQt5 or PySide2

QtPyVCP is developed and tested using the Debian 11 x64 (bullseye).
It should run on any system that can have PyQt5 installed, but Debian 11 x64 is the only OS
that is officially supported.


## DISCLAIMER

THE AUTHORS OF THIS SOFTWARE ACCEPT ABSOLUTELY NO LIABILITY FOR
ANY HARM OR LOSS RESULTING FROM ITS USE.  IT IS _EXTREMELY_ UNWISE
TO RELY ON SOFTWARE ALONE FOR SAFETY.  Any machinery capable of
harming persons must have provisions for completely removing power
from all motors, etc, before persons enter any danger area.  All
machinery must be designed to comply with local and national safety
codes, and the authors of this software can not, and do not, take
any responsibility for such compliance.

This software is released under the GPLv2.


