easygui · PyPI
pypi.org › project › easyguiEasyGUI. EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from other GUI libraries in that EasyGUI is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls. EasyGUI runs on Python 2 and 3, and does not have any dependencies beyond python and Tk.
holidays · PyPI
pypi.org › project › holidaysJan 01, 2014 · get_named(name) Returns a list of holidays matching (even partially) the provided name (case insensitive check) pop(key, default=None) Same as get except the key is removed from the holiday object pop_named(name) Same as pop but takes the name of the holiday (or part of it) rather than the date update/append