{ "info": { "author": "Al Sweigart", "author_email": "al@inventwithpython.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" ], "description": "PyMsgBox\n========\n\n A simple, cross-platform, pure Python module for JavaScript-like message boxes.\n\nTo import, run:\n\n >>> from pymsgbox import *`\n\n There are four functions in PyMsgBox, which follow JavaScript's message box naming conventions:\n\n >>> alert(text='', title='', button='OK')`\n\n Displays a simple message box with text and a single OK button. Returns the text of the button clicked on.\n\n >>> confirm(text='', title='', buttons=['OK', 'Cancel'])`\n\n Displays a message box with OK and Cancel buttons. Number and text of buttons can be customized. Returns the text of the button clicked on.\n\n >>> prompt(text='', title='' , defaultValue='')`\n\n Displays a message box with text input, and OK & Cancel buttons. Returns the text entered, or None if Cancel was clicked.\n\n >>> password(text='', title='', defaultValue='', mask='*')`\n\n Displays a message box with text input, and OK & Cancel buttons. Typed characters appear as *. Returns the text entered, or None if Cancel was clicked.\n\nOn Linux Python 2, you need to first install Tkinter by running: sudo apt-get install python-tk\n\nModified BSD License\n\nDerived from Stephen Raymond Ferg's EasyGui http://easygui.sourceforge.net/", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/asweigart/pymsgbox", "keywords": "", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "PyMsgBox", "package_url": "https://pypi.org/project/PyMsgBox/", "platform": "", "project_url": "https://pypi.org/project/PyMsgBox/", "project_urls": { "Homepage": "https://github.com/asweigart/pymsgbox" }, "release_url": "https://pypi.org/project/PyMsgBox/1.0.7/", "requires_dist": null, "requires_python": "", "summary": "A simple, cross-platform, pure Python module for JavaScript-like message boxes.", "version": "1.0.7" }, "last_serial": 5416565, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "492782c914a6a7c4851bea560bcaa23a", "sha256": "ecca02d37fdab5b219cf5e21db73d6a4c6d0ea0c578ef3173d39a345ef622d65" }, "downloads": -1, "filename": "PyMsgBox-1.0.0.zip", "has_sig": false, "md5_digest": "492782c914a6a7c4851bea560bcaa23a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15291, "upload_time": "2014-09-02T21:16:23", "url": "https://files.pythonhosted.org/packages/22/dd/8566895062dbdcf3c8452dc5c06f2ac09dfa738eac710ed0d62488a50723/PyMsgBox-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "945710035e1470a7936fa55777691d93", "sha256": "f926f60aebbbc3c4825f545d36124961da93ed73d4b84d259101eb7773043601" }, "downloads": -1, "filename": "PyMsgBox-1.0.1.zip", "has_sig": false, "md5_digest": "945710035e1470a7936fa55777691d93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16556, "upload_time": "2014-09-03T22:44:59", "url": "https://files.pythonhosted.org/packages/36/f2/db812d4feafbd8eebec2311799229567d3ea53fcb35fde888e98514abba8/PyMsgBox-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "043a9123cc020e5ea3c1823ad9dfa232", "sha256": "af65339e45d364aa507e5f54461c3ed60e0aabd6c2a75f96613166e2e4b8af42" }, "downloads": -1, "filename": "PyMsgBox-1.0.2.zip", "has_sig": false, "md5_digest": "043a9123cc020e5ea3c1823ad9dfa232", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19767, "upload_time": "2014-09-04T07:07:36", "url": "https://files.pythonhosted.org/packages/62/59/1f679c92872e4fc7ec12a41d61d7c9d9dbe0cdab8f2fa8726c939bc361fb/PyMsgBox-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "f4fa9fece7c1250cd7cb9cdc7cbabeb1", "sha256": "b32c26663b0673942f900be39b0024af1df7106410e43368061342832e634afc" }, "downloads": -1, "filename": "PyMsgBox-1.0.3.zip", "has_sig": false, "md5_digest": "f4fa9fece7c1250cd7cb9cdc7cbabeb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21516, "upload_time": "2014-09-07T20:42:02", "url": "https://files.pythonhosted.org/packages/c8/a4/5c1f13a8ab1f53986a4f9add1e4924be71ce22e79812f24cd09c2cb65686/PyMsgBox-1.0.3.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "f3af6683ce9189dfe41e4bf878b4fa3d", "sha256": "38f84a73579ce5b0d3c8d1f51eb9adcb7a6ff630fb1c4872ee523fe29fc51a84" }, "downloads": -1, "filename": "PyMsgBox-1.0.4.tar.gz", "has_sig": false, "md5_digest": "f3af6683ce9189dfe41e4bf878b4fa3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15039, "upload_time": "2017-02-27T03:01:40", "url": "https://files.pythonhosted.org/packages/d4/91/685c706e21ded92d5e8329ef4a3caec0b0004cb5192c778e882091b996cc/PyMsgBox-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "3313c7fadd118f2992716b67a340ec51", "sha256": "e499f4e419f5305ea692dd8ff672f60553b7b689180c13263478acf5e9b80e4a" }, "downloads": -1, "filename": "PyMsgBox-1.0.5.zip", "has_sig": false, "md5_digest": "3313c7fadd118f2992716b67a340ec51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22078, "upload_time": "2017-03-19T05:44:41", "url": "https://files.pythonhosted.org/packages/26/ff/b2b50be1f14c097a3413e3f4b766729a0e8e409e8029453f26c54cc56a56/PyMsgBox-1.0.5.zip" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "c46caf8d2b6daf88a639cd345c051ce1", "sha256": "3888116a60812d01d44529c402014bf0896d2a9262617cb18faa9a7b3800ad4e" }, "downloads": -1, "filename": "PyMsgBox-1.0.6.zip", "has_sig": false, "md5_digest": "c46caf8d2b6daf88a639cd345c051ce1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22270, "upload_time": "2017-03-19T06:22:54", "url": "https://files.pythonhosted.org/packages/b6/65/86379ede1db26c40e7972d7a41c69cdf12cc6a0f143749aabf67ab8a41a1/PyMsgBox-1.0.6.zip" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "7d7eec1ff3d186f068629de83d79a710", "sha256": "7df5ed66c8a80fd36b83b278ba164e7a1d135c8fb8bdf38b291e46bf31d28085" }, "downloads": -1, "filename": "PyMsgBox-1.0.7.tar.gz", "has_sig": false, "md5_digest": "7d7eec1ff3d186f068629de83d79a710", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18693, "upload_time": "2019-06-18T18:20:01", "url": "https://files.pythonhosted.org/packages/ac/e0/0ac1ac67178a71b92e46f46788ddd799bb40bff40acd60c47c50be170374/PyMsgBox-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d7eec1ff3d186f068629de83d79a710", "sha256": "7df5ed66c8a80fd36b83b278ba164e7a1d135c8fb8bdf38b291e46bf31d28085" }, "downloads": -1, "filename": "PyMsgBox-1.0.7.tar.gz", "has_sig": false, "md5_digest": "7d7eec1ff3d186f068629de83d79a710", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18693, "upload_time": "2019-06-18T18:20:01", "url": "https://files.pythonhosted.org/packages/ac/e0/0ac1ac67178a71b92e46f46788ddd799bb40bff40acd60c47c50be170374/PyMsgBox-1.0.7.tar.gz" } ] }