Metadata-Version: 2.1
Name: alertbox
Version: 0.0.1
Summary: Simple MessageBox Builder
Home-page: https://github.com/HajMasterX/alertbox
Author: HajMasterX
Author-email: masterxq22@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: os

# AlertBox is a Simple MessageBox Builder In Python
```Dev: HajMasterX```


* 3 Simple Ways To Create a MessageBox
    - use alertbox.types() for get number types for msgbox
    - use alertbox.create(title, text, type) for create a messagebox
    - then use alertbox.run(messageboxid) for run the msgbox
