{"library":"pymsgbox","type":"library","category":null,"description":"PyMsgBox is a simple, cross-platform, pure Python module designed to display JavaScript-like message boxes. It provides `alert()`, `confirm()`, `prompt()`, and `password()` functions. Currently at version 2.0.1, the library leverages Python's built-in Tkinter module for its graphical user interface, offering a consistent experience across different operating systems. While it aims for a pure Python implementation, underlying OS GUI toolkit installations (like `python-tk` on Linux) may sometimes be required for Tkinter to function correctly. The project is actively maintained, with releases primarily driven by bug fixes and minor enhancements.","language":"python","status":"active","version":"2.0.1","tags":["GUI","messagebox","dialog","cross-platform","tkinter","popup"],"install":[{"cmd":"pip install PyMsgBox","imports":["import pymsgbox\npymsgbox.alert('Hello!')","import pymsgbox\nresponse = pymsgbox.confirm('Proceed?')","import pymsgbox\nname = pymsgbox.prompt('Your Name:')","import pymsgbox\npw = pymsgbox.password('Password:')"]}],"homepage":null,"github":"https://github.com/asweigart/pymsgbox","docs":"https://github.com/asweigart/pymsgbox","changelog":null,"pypi":"https://pypi.org/project/pymsgbox/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.09,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pymsgbox/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}