Metadata-Version: 2.4
Name: pywe_tool
Version: 0.1.0
Summary: A simple GUI toolkit
Author-email: junho lim <jim257302@gmail.com>
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PyWin

PyWin is a simple Python GUI toolkit built on top of PyQt6. It allows you to create windows and GUI components easily.

## Installation

```bash
pip install pywin
