Skip to content

Messagebox for userinput/useroutput WITHOUT library dependencies like tkinter

License

Notifications You must be signed in to change notification settings

utility-libraries/messagebox-py

Repository files navigation

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

About

Messagebox for userinput/useroutput WITHOUT library dependencies like tkinter

Resources

License

Stars

Watchers

Forks

Languages