Skip to content

NectarUI/Nectar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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!