Custom Widgets logo Custom Widgets

Download Custom Widgets

Get started with the Community edition or unlock the full power of Pro.

Community Edition

Free and open source under the GPL-3.0. Includes the full 89-widget catalog.

pip install QT-PyQt-PySide-Custom-Widgets
PRO

Pro Edition

DataTable Pro, a commercial license, and priority support.

  • DataTable Pro: virtualization, pivot, export
  • Private GitHub repository access
  • Commercial license included
pip install QT-PyQt-PySide-Custom-Widgets-Pro
Subscribe to Pro

Qt Designer Plugin

Install the Custom Widgets plugin for Qt Designer to visually design with custom widgets.

pip install QT-PyQt-PySide-Custom-Widgets[designer]

Examples and Templates

Browse example applications and project templates to jump-start your development.

View Templates

Installation Instructions

Requirements: Python 3.8+ and PySide6 or PyQt6.

Quick Install:

pip install QT-PyQt-PySide-Custom-Widgets

With Qt Designer plugin:

pip install QT-PyQt-PySide-Custom-Widgets[designer]

Verify installation:

python -c "import Custom_Widgets; print(Custom_Widgets.__version__)"

Check the release notes for the latest updates and changes.