Zenity
lightweight and full featured library to display dialogs with python.
Example:
import zenity
res,_ = zenity.show(zenity.question,text="Is it ok?")
if res:
print("it's ok")Installation
License
Last updated
lightweight and full featured library to display dialogs with python.
import zenity
res,_ = zenity.show(zenity.question,text="Is it ok?")
if res:
print("it's ok")Last updated