{"categories":[{"label":"User Interfaces","url":"https://skillfed.io/packages/category/software-development-user-interfaces"}],"enrichment":{"capability":"EasyGUI provides simple, non-event-driven GUI dialogs for Python using Tkinter\u2014message boxes, yes/no prompts, button selections, and file dialogs invoked by plain function calls.","skillfed_tags":["gui-dialogs","tkinter-wrapper","educational"],"use_cases":["Quick scripts that need user confirmation or input without building a full GUI application.","Educational projects where students want to add simple dialogs to Python programs without learning event-driven frameworks.","System utilities and automation tools that require file selection or yes/no prompts from the command line.","Prototyping or testing GUI interactions before committing to a heavier framework like PyQt or Tkinter directly."],"what_it_does":"EasyGUI is a thin wrapper around Tkinter that lets you create simple GUI dialogs without writing event handlers. Instead of building a GUI application with callbacks and event loops, you call functions like msgbox(), ynbox(), and buttonbox() to show dialogs and get user input synchronously. It's designed for scripts and small tools that need a quick graphical interface without the overhead of learning a full GUI framework.\n\nThe package runs on Python 2 and 3 and has no dependencies beyond Tkinter, which ships with most Python installations. It supports basic dialog types\u2014message boxes, yes/no prompts, button selections, text input, and file open/save dialogs\u2014and allows customization of button labels and keyboard hotkeys. The description notes the project is in maintenance mode with limited recent activity, though the repository remains available for contributions.","worth_installing":"Yes, if you need simple synchronous dialogs for a script or educational project. The low install friction, zero runtime dependencies, and permissive license make it straightforward to add. However, the dormant maintenance status (last release 1596 days ago) means it's not actively developed; use it for lightweight, stable use cases, not for new applications requiring ongoing support or modern GUI features."},"id":"easygui","links":{"html":"https://skillfed.io/packages/easygui","md":"https://skillfed.io/packages/easygui.md","pypi":"https://pypi.org/project/easygui/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2022-04-01","license_spdx":null,"license_treatment":"permissive","name":"easygui","python_support":"unspecified","summary":"EasyGUI is a module for very simple, very easy GUI programming in Python.  EasyGUI is different from other GUI generators in that EasyGUI is NOT event-driven.  Instead, all GUI interactions are invoked by simple function calls."},"popularity":{"monthly_downloads":7798829,"position":1693,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.98.3"}
