Metadata-Version: 2.4
Name: MessageBoxPlus
Version: 0.1.0
Summary: Advanced Windows MessageBox wrapper with transparency, topmost and button control options
Author-email: Mattia <greselin2010@gmail.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/MessageBoxPlus/
Project-URL: Repository, https://github.com/yourusername/MessageBoxPlus
Keywords: windows,messagebox,ctypes,gui,native
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: User Interfaces
Description-Content-Type: text/markdown

# MessageBoxPlus

A Python wrapper for native Windows MessageBox with advanced options:
- Custom X/Y position
- Opacity (transparent windows)
- Always on top
- Remove close / minimize / maximize buttons

## Installation

```bash
pip install MessageBoxPlus
