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
ctksimplemessagebox-1.2.5.tar.gz
(16.6 kB
view details)
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.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fd7ba62edf22ac1654fdedb868a6197f18e68900ecbb8b62b4aab855b3c6fb6
|
|
| MD5 |
9b5cc99c79cd8881ac626644f5df219e
|
|
| BLAKE2b-256 |
e0a03f09c3ded5384e07ce4674e5f53f89f97d7a6c34b9fa164a373c20f3bc8d
|
File details
Details for the file ctksimplemessagebox-1.2.5-py3-none-any.whl.
File metadata
- Download URL: ctksimplemessagebox-1.2.5-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 |
3b50862a314b57fa898d6450a5393641006fa6e59d37bada888fc87e034cd899
|
|
| MD5 |
0336bd998dd155469a7eb1bd0610527f
|
|
| BLAKE2b-256 |
d20cbbf4c4d17ba1fa6c9f43ef35f2232dbf955311c39b802c14413d0967a566
|