/
ilya.petrash
/
SimplePyScripts
Обзор
Документация
Войти
/
ilya.petrash
/
SimplePyScripts
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.0.0
PyMsgBox__examples/confirm.py
10 строк
217 B
ipetrash
#
11 мар 2018, 19:47
11 мар 2018, 19:47
667d49f
Код
Авторство
О чём код?
#!/usr/bin/env python3 # -*- coding: utf-8 -*- __author__ = 'ipetrash' # pip install PyMsgBox from pymsgbox import confirm button = confirm(text='My Text', title='My Title', buttons=['OK', 'Cancel']) print(button)