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.5.tar.gz (16.6 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.5-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ctksimplemessagebox-1.2.5.tar.gz
  • Upload date:
  • Size: 16.6 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.5.tar.gz
Algorithm Hash digest
SHA256 6fd7ba62edf22ac1654fdedb868a6197f18e68900ecbb8b62b4aab855b3c6fb6
MD5 9b5cc99c79cd8881ac626644f5df219e
BLAKE2b-256 e0a03f09c3ded5384e07ce4674e5f53f89f97d7a6c34b9fa164a373c20f3bc8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ctksimplemessagebox-1.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3b50862a314b57fa898d6450a5393641006fa6e59d37bada888fc87e034cd899
MD5 0336bd998dd155469a7eb1bd0610527f
BLAKE2b-256 d20cbbf4c4d17ba1fa6c9f43ef35f2232dbf955311c39b802c14413d0967a566

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