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.6.tar.gz
(16.9 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.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cea3645e9274ac858d7aa286c4dae701c2550f1d9c1e278730574c4c235897c8
|
|
| MD5 |
3527da3f794a844fa4100dc4a34a7931
|
|
| BLAKE2b-256 |
79fa673c1b2b0a4dcd9b9ddb25a7bd83f683d3fb3dca00b892a2509cc73165b1
|
File details
Details for the file ctksimplemessagebox-1.2.6-py3-none-any.whl.
File metadata
- Download URL: ctksimplemessagebox-1.2.6-py3-none-any.whl
- Upload date:
- Size: 17.5 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 |
439499069a389f1da9bac7d42d0e472abbbf038f4981ee901827cea6eb4070e0
|
|
| MD5 |
39f81f9d3d055dffe41cd29bc76ec531
|
|
| BLAKE2b-256 |
564be4ebe8515bd3a85c6e8ac406753d29444a78db7780a6bd35ffe25dc26642
|