# NodeGraphQt-copy **Repository Path**: default-null/node-graph-qt-copy ## Basic Information - **Project Name**: NodeGraphQt-copy - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-29 - **Last Updated**: 2023-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NodeGraphQt [![API Documentation](https://github.com/jchanvfx/NodeGraphQt/actions/workflows/sphinx_doc_build.yml/badge.svg)](https://github.com/jchanvfx/NodeGraphQt/actions/workflows/sphinx_doc_build.yml) [![PyPI Package](https://github.com/jchanvfx/NodeGraphQt/actions/workflows/pypi_publish.yml/badge.svg)](https://github.com/jchanvfx/NodeGraphQt/actions/workflows/pypi_publish.yml) ![GitHub Repo stars](https://img.shields.io/github/stars/jchanvfx/NodeGraphQt?style=social)

NodeGraphQt is a node graph UI framework for `PySide2` that can be implemented and re-purposed into applications. ## Install NodeGraphQt is available on The Python Package Index (PyPI) [here](https://pypi.org/project/NodeGraphQt) so it can be installed with: ``` pip install NodeGraphQt ``` or you can download previous versions from the [releases](https://github.com/jchanvfx/NodeGraphQt/releases) page. ## Documentation https://jchanvfx.github.io/NodeGraphQt See the [basic_example.py](/examples/basic_example.py) script to get started or check out the API example overview here. ## Vertical Layout https://jchanvfx.github.io/NodeGraphQt/api/examples/ex_pipe.html#layout-direction ## Pipe Layout https://jchanvfx.github.io/NodeGraphQt/api/examples/ex_pipe.html#layout-styles ## Custom Widgets https://jchanvfx.github.io/NodeGraphQt/api/custom_widgets.html