pypi.org Open in urlscan Pro
2a04:4e42:400::223  Public Scan

URL: https://pypi.org/project/PyMsgBox/
Submission Tags: falconsandbox
Submission: On November 05 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

/search/

<form class="search-form search-form--primary" action="/search/" role="search">
  <label for="search" class="sr-only">PyPI durchsuchen</label>
  <input id="search" class="search-form__search" type="text" name="q" placeholder="Projekte suchen" value="" autocomplete="off" autocapitalize="off" spellcheck="false" data-controller="search-focus"
    data-action="keydown@window->search-focus#focusSearchField" data-search-focus-target="searchField">
  <button type="submit" class="search-form__button">
    <i class="fa fa-search" aria-hidden="true"></i>
    <span class="sr-only">Suche</span>
  </button>
</form>

/search/

<form class="search-form search-form--fullwidth" action="/search/" role="search">
  <label for="mobile-search" class="sr-only">PyPI durchsuchen</label>
  <input id="mobile-search" class="search-form__search" type="text" name="q" placeholder="Projekte suchen" value="" autocomplete="off" autocapitalize="off" spellcheck="false">
  <button type="submit" class="search-form__button">
    <i class="fa fa-search" aria-hidden="true"></i>
    <span class="sr-only">Suche</span>
  </button>
</form>

/locale/

<form action="/locale/">
  <ul>
    <li>
      <button name="locale_id" value="en" type="submit"> English </button>
    </li>
    <li>
      <button name="locale_id" value="es" type="submit"> español </button>
    </li>
    <li>
      <button name="locale_id" value="fr" type="submit"> français </button>
    </li>
    <li>
      <button name="locale_id" value="ja" type="submit"> 日本語 </button>
    </li>
    <li>
      <button name="locale_id" value="pt_BR" type="submit"> português (Brasil) </button>
    </li>
    <li>
      <button name="locale_id" value="uk" type="submit"> українська </button>
    </li>
    <li>
      <button name="locale_id" value="el" type="submit"> Ελληνικά </button>
    </li>
    <li>
      <button class="language-switcher__selected" name="locale_id" value="de" type="submit"> Deutsch </button>
    </li>
    <li>
      <button name="locale_id" value="zh_Hans" type="submit"> 中文 (简体) </button>
    </li>
    <li>
      <button name="locale_id" value="zh_Hant" type="submit"> 中文 (繁體) </button>
    </li>
    <li>
      <button name="locale_id" value="ru" type="submit"> русский </button>
    </li>
    <li>
      <button name="locale_id" value="he" type="submit"> עברית </button>
    </li>
    <li>
      <button name="locale_id" value="eo" type="submit"> Esperanto </button>
    </li>
  </ul>
</form>

Text Content

Zum Hauptinhalt springen Zur mobilen Version wechseln
Warnung Einige Funktionen sind möglicherweise ohne JavaScript nicht nutzbar.
Bitte versuchen Sie es mit aktiviertem JavaScript, falls Probleme auftreten.



PyPI durchsuchen Suche
 * Hilfe
 * Sponsoren
 * Einloggen
 * Registrieren

Menü
 * Hilfe
 * Sponsoren
 * Einloggen
 * Registrieren

PyPI durchsuchen Suche


PYMSGBOX 1.0.9

pip install PyMsgBox PIP Anweisungen kopieren

Neueste Version

Veröffentlicht am: 11.10.2020

A simple, cross-platform, pure Python module for JavaScript-like message boxes.




NAVIGATION

 * Projekt-Beschreibung
 * Veröffentlichungs-Historie
 * Dateien zum Herunterladen


VERIFIED DETAILS

These details have been verified by PyPI

BETREUER

AlSweigart


UNVERIFIED DETAILS

These details have not been verified by PyPI

PROJEKT-LINKS

 * Homepage

META

 * Lizenz: GNU General Public License v3 or later (GPLv3+) (GPLv3+)
 * Autor: Al Sweigart

KATEGORIEN

 * License
   * OSI Approved :: GNU General Public License v3 or later (GPLv3+)
 * Programming Language
   * Python
   * Python :: 3
   * Python :: 3.4
   * Python :: 3.5
   * Python :: 3.6
   * Python :: 3.7
   * Python :: 3.8
   * Python :: 3.9

Streamlit is a Maintaining sponsor of the Python Software Foundation.
PSF Sponsor · Served ethically

 * Projekt-Beschreibung
 * Projekt-Details
 * Veröffentlichungs-Historie
 * Dateien zum Herunterladen


PROJEKT-BESCHREIBUNG


PYMSGBOX

A simple, cross-platform, pure Python module for JavaScript-like message boxes.

To import, run:

>>> from pymsgbox import *`


There are four functions in PyMsgBox, which follow JavaScript's message box
naming conventions:

>>> alert(text='', title='', button='OK')`

Displays a simple message box with text and a single OK button. Returns the text of the button clicked on.

>>> confirm(text='', title='', buttons=['OK', 'Cancel'])`

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.

>>> prompt(text='', title='' , defaultValue='')`

Displays a message box with text input, and OK & Cancel buttons. Returns the text entered, or None if Cancel was clicked.

>>> password(text='', title='', defaultValue='', mask='*')`

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.


On Linux Python 2, you need to first install Tkinter by running: sudo apt-get
install python-tk

Modified BSD License

Derived from Stephen Raymond Ferg's EasyGui http://easygui.sourceforge.net/


PROJEKT-DETAILS


VERIFIED DETAILS

These details have been verified by PyPI

BETREUER

AlSweigart


UNVERIFIED DETAILS

These details have not been verified by PyPI

PROJEKT-LINKS

 * Homepage

META

 * Lizenz: GNU General Public License v3 or later (GPLv3+) (GPLv3+)
 * Autor: Al Sweigart

KATEGORIEN

 * License
   * OSI Approved :: GNU General Public License v3 or later (GPLv3+)
 * Programming Language
   * Python
   * Python :: 3
   * Python :: 3.4
   * Python :: 3.5
   * Python :: 3.6
   * Python :: 3.7
   * Python :: 3.8
   * Python :: 3.9



VERÖFFENTLICHUNGS-HISTORIE VERÖFFENTLICHUNGS-BENACHRICHTIGUNGEN | RSS-FEED

Diese Version


1.0.9

11.10.2020

1.0.8

12.05.2020

1.0.7

18.06.2019

1.0.6

19.03.2017

1.0.5

19.03.2017

1.0.4

27.02.2017

1.0.3

07.09.2014

1.0.2

04.09.2014

1.0.1

03.09.2014

1.0.0

02.09.2014


DATEIEN ZUM HERUNTERLADEN

Laden Sie die Datei für Ihre Plattform herunter. Wenn Sie nicht sicher sind, was
Sie auswählen sollen, lesen Sie Installation von Paketen.


QUELLE DISTRIBUTION

PyMsgBox-1.0.9.tar.gz (18.8 kB view hashes)

Uploaded 11.10.2020 Source

Schließen


HASH-CODES FÜR PYMSGBOX-1.0.9.TAR.GZ

Hash-Codes für PyMsgBox-1.0.9.tar.gz Algorithmus Hashwert SHA256
2194227de8bff7a3d6da541848705a155dcbb2a06ee120d9f280a1d7f51263ff Kopieren MD5
007677929ce311e52e442dadb31ca669 Kopieren BLAKE2b-256
7dff4c6f31a4f08979f12a663f2aeb6c8b765d3bd592e66eaaac445f547bb875 Kopieren

Schließen


HILFE

 * Installieren von Paketen
 * Hochladen von Paketen
 * Bedienungsanleitung
 * Project name retention
 * Häufige Fragen


ÜBER PYPI

 * PyPI Blog
 * Infrastruktur Übersicht
 * Statistiken
 * Logos und Markenzeichen
 * Unsere Sponsoren


MITWIRKEN BEI PYPI

 * Fehler und Rückmeldungen
 * Mitwirken auf GitHub
 * PyPI übersetzen
 * Sponsor PyPI
 * Entwicklungs-Anerkennungen


PYPI VERWENDEN

 * Verhaltensrichtlinien
 * Sicherheitsproblem melden
 * Privacy Notice
 * Terms of Use
 * Richtlinie zur akzeptablen Nutzung

--------------------------------------------------------------------------------

Status: alle Systeme betriebsbereit

Entwickelt und gepflegt von der Python-Community, für die Python-Community.
Spenden Sie noch heute!

"PyPI", "Python Package Index", and the blocks logos are registered trademarks
of the Python Software Foundation.


© 2024 Python Software Foundation
Sitemap

Zur Desktop-Version wechseln
 * English
 * español
 * français
 * 日本語
 * português (Brasil)
 * українська
 * Ελληνικά
 * Deutsch
 * 中文 (简体)
 * 中文 (繁體)
 * русский
 * עברית
 * Esperanto

Supported by


AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google
Download Analytics Microsoft PSF Sponsor Pingdom Monitoring Sentry Error logging
StatusPage Status page