Skip to main content

Python Messagebox to display current Infos or Errors.

Project description

About

This is a simple Python Messagebox to display current Infos or Errors when using Customtkinter.

Installation

  pip install ctksimplemessagebox

How to call the Object

  1. First you have to import the Messagecontainer
  from CTkSimpleMessagebox import MessageContainer

Note: you should also import customtkinter.

  1. Now you can call the functions
  MessageContainer.showError("title", "message")

Example 1 - Calling the Error Messagebox

  from CTkSimpleMessagebox import MessageContainer
  from customtkinter import CTk

  app = CTk()
  MessageContainer.showError("Error", "This is a Testerror.")
  app.mainloop()

Example 2 - Calling the Info Messagebox

  ...

  MessageContainer.showInfo("Info", "This is a Testinfo.")
  app.mainloop()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ctksimplemessagebox-1.2.4.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ctksimplemessagebox-1.2.4-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file ctksimplemessagebox-1.2.4.tar.gz.

File metadata

  • Download URL: ctksimplemessagebox-1.2.4.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.5

File hashes

Hashes for ctksimplemessagebox-1.2.4.tar.gz
Algorithm Hash digest
SHA256 961675ce5ff3d95ac7db468327df2014a372b97dab0cb551ccdb10f70bcbd311
MD5 99972a57325230f6d168d96573449fc0
BLAKE2b-256 373b0c5aaf64fce50b98cbf21059150899ca9dc3959dd93e5a4bfe905235650f

See more details on using hashes here.

File details

Details for the file ctksimplemessagebox-1.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for ctksimplemessagebox-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d6c5951a9c6e31edd4021b579167a443463249d866e4771d4eaab47db66b423d
MD5 bb0a0ed8e8f99d617fa1202ba922d2b7
BLAKE2b-256 51b3e97fdd56c1bc1c138f2417ac8401c41213522cf8f93de44538f031117199

See more details on using hashes here.

Supported by

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