Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 944 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 944 Bytes

PyMessageBox

Messagebox for userinput/useroutput WITHOUT library dependencies like tkinter

Installation: pip install messagebox
then you can replace from tkinter import messagebox with import messagebox and your code should work fine
(package recommended if you don't use tkinter as your gui-library)

Supported platforms 1

Platform Supported Tested
Windows
Linux/Mint
Linux/Ubuntu
Linux/Xorg
Linux/GNOME
macOS

Message-Boxes

  • showinfo
  • showwarning
  • showerror
  • askquestion
  • askokcancel
  • askyesno
  • askretrycancel

Usage

import messagebox

messagebox.showinfo('Success', 'This package works')

Footnotes

  1. I need tester. please report bugs etc. under your platform