Material-inspired stylesheets for PySide6 and PyQt6 applications. Provides a modern Material Design theme with light/dark variants, customizable colors, and automatic layout support. Current version 2.17, released irregularly. Requires Python ≥3.7.
pip install qt-materialNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a QApplication, apply a Material theme, and launch a window.
Upgrade to PySide6 or PyQt6, or use qt-material 1.x (if you must stay on older Qt bindings).
Use only the theme name (e.g., 'dark_teal.xml') and ensure theme files are bundled with the package.
Call apply_stylesheet immediately after creating QApplication, before any window.show().
Run `pip install qt-material`.
Use `from qt_material import apply_stylesheet` and ensure qt-material >=2.0.0.
Use full filename with .xml, e.g., 'dark_teal.xml'.