Metadata-Version: 2.1
Name: winbox
Version: 0.1.0
Summary: A lightweight helper for creating windows message boxes.
Author-email: hazyfossa <hazyfossa@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Project-URL: Homepage, https://github.com/hazyfossa/winbox
Project-URL: Issues, https://github.com/hazyfossa/winbox/issues

# Winbox

![image](https://img.shields.io/github/languages/code-size/hazyfossa/winbox?style=flat&label=size)
[![image](https://img.shields.io/pypi/v/winbox.svg)](https://pypi.python.org/pypi/winbox)
[![image](https://img.shields.io/pypi/l/winbox.svg)](https://pypi.python.org/pypi/winbox)
[![image](https://img.shields.io/pypi/pyversions/winbox.svg)](https://pypi.python.org/pypi/winbox)

A lightweight helper for creating windows message boxes.
Built to be as slim as possible. No dependencies, except Python itself!

Useful when you:

- only need a message-box notification in your app, nothing more.
- want a simple GUI for your script, without the complexity of a full framework.
- are writing a background service and need to notify the user, without unexpectedly opening a terminal.

