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
- First you have to import the Messagecontainer
from CTkSimpleMessagebox import MessageContainer
Note: you should also import customtkinter.
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
961675ce5ff3d95ac7db468327df2014a372b97dab0cb551ccdb10f70bcbd311
|
|
| MD5 |
99972a57325230f6d168d96573449fc0
|
|
| BLAKE2b-256 |
373b0c5aaf64fce50b98cbf21059150899ca9dc3959dd93e5a4bfe905235650f
|
File details
Details for the file ctksimplemessagebox-1.2.4-py3-none-any.whl.
File metadata
- Download URL: ctksimplemessagebox-1.2.4-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6c5951a9c6e31edd4021b579167a443463249d866e4771d4eaab47db66b423d
|
|
| MD5 |
bb0a0ed8e8f99d617fa1202ba922d2b7
|
|
| BLAKE2b-256 |
51b3e97fdd56c1bc1c138f2417ac8401c41213522cf8f93de44538f031117199
|