NectarUI is a GUI Framework for building Python Apps similar to Fluent apps or ides
from NectarUI.InitWindow import NectarWindow
window = NectarWindow(
use_custom_titlebar=True,
titlebar_bg="#808080",
titlebar_height=50
)
window.start()
Nectar is not really a GUI Framework but you can help by making updates and pull requesting them, Thanks for helping!