Source: python-easygui Section: python Priority: optional Maintainer: Andreas Noteng Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 12.2.3), debhelper-compat (=12), dh-python, python3-all, python3-setuptools, python3-sphinx, python3-tk Standards-Version: 4.4.0 Homepage: https://github.com/robertlugg/easygui Vcs-Git: https://salsa.debian.org/python-team/modules/python-easygui.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-easygui Testsuite: autopkgtest-pkg-python Package: python3-easygui Architecture: all Depends: python3-tk, ${misc:Depends}, ${python3:Depends} Recommends: python3-pil.imagetk Description: module for very simple, very easy GUI programming in Python3 This package provides the Python3 modules EasyGUI. Experienced Pythonistas need support for quick and dirty GUI features. New Python programmers need GUI capabilities that don't require any knowledge of Tkinter, frames, widgets, callbacks or lambda. This is what EasyGUI provides. Using EasyGUI, all GUI interactions are invoked by simple function calls.