Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 598 Bytes

File metadata and controls

22 lines (15 loc) · 598 Bytes

Nectar - The best python GUI Framework

Screenshot 2026-03-07 213730

NectarUI is a GUI Framework for building Python Apps similar to Fluent apps or ides

Example

from NectarUI.InitWindow import NectarWindow

window = NectarWindow(
    use_custom_titlebar=True,
    titlebar_bg="#808080",
    titlebar_height=50
)
window.start()

Helping

Nectar is not really a GUI Framework but you can help by making updates and pull requesting them, Thanks for helping!