-
Notifications
You must be signed in to change notification settings - Fork 0
3. Expert
watakak edited this page Feb 24, 2024
·
3 revisions
import freshgui as window #importing module itself
window.settings(colorScheme='lightBlue') #set the freshgui/window settings
window.create(titleBar='default', transparency=True) #creating a blank window with a Transparency and Blur in-it.
window.button() #creating a button
window.run() #running a window
"default" Title Bar, is meaning that it going to use your default OS Title Bar!
For example, the screenshot OS was Windows 10.