LingmoPyUI is a GUI library based on QtWidgets from Qt 6 and written in Python, every Lingmo Python application uses it.
LingmoPyUI is the Python version of LingmoUI
Features from LingmoUI:
- Light and Dark Mode
- Borderless window (Wayland & XCB Window move & resize)
- Blurred window
- Window shadow
- Desktop-level menu
New features:
addStyleSheet()
add the stylesheet to the end of stylesheets,this won't cover the previous stylesheet or influence the children widgets.- Auto-Show Option
- ...
__init__.py
: All the Widgets
Run this in the Shell
pip install lingmopyui
Place this at the beginning of the source file:
import LingmoPyUI
Place this at the end of the file:
LingmoPyUI.LingmoApp.run()
LingmoPyUI is licensed under GPLv3.