Metadata-Version: 2.1
Name: ctksimplemessagebox
Version: 1.2.3
Summary: Python Messagebox to display current Infos or Errors.
Home-page: https://github.com/NotScottt/CTkSimpleMessageboxes
Author: Scott
Author-email: ctksimplemessagebox@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## About

Very simple Python "Messagebox" to display current Infos or Error. <br />
Simply install it via pip.


## Pip
```python
  pip install CTkSimpleMessageBox
 ```

