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.6.tar.gz (16.9 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.6-py3-none-any.whl (17.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ctksimplemessagebox-1.2.6.tar.gz
  • Upload date:
  • Size: 16.9 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.6.tar.gz
Algorithm Hash digest
SHA256 cea3645e9274ac858d7aa286c4dae701c2550f1d9c1e278730574c4c235897c8
MD5 3527da3f794a844fa4100dc4a34a7931
BLAKE2b-256 79fa673c1b2b0a4dcd9b9ddb25a7bd83f683d3fb3dca00b892a2509cc73165b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ctksimplemessagebox-1.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 439499069a389f1da9bac7d42d0e472abbbf038f4981ee901827cea6eb4070e0
MD5 39f81f9d3d055dffe41cd29bc76ec531
BLAKE2b-256 564be4ebe8515bd3a85c6e8ac406753d29444a78db7780a6bd35ffe25dc26642

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