A navigation widget library for PySide6-based applications. Provides a sidebar or top-bar navigation component with material design styling. As of version 1.0.15, the package is stable with occasional updates. Requires Python >=3.6 and PySide6. The library is actively maintained on GitHub.
pip install sprintify-navigationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a main window with a navigation widget. Replace placeholder icon paths and callbacks as needed.
Ensure the third argument to add_item is a callable (e.g., lambda or function reference).
Use os.path.abspath or pass QIcon directly with absolute path.
Do not rely on undocumented constructor parameters; use setter methods after instantiation.