Metadata-Version: 2.4
Name: kite-converter
Version: 0.1.0
Summary: Kite converts .NET WinForms/WPF UIs to Python Tkinter.
Author-email: Kite <devnull@example.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Kite

Kite converts .NET (WinForms/WPF) UIs into Python Tkinter code.

Usage:
- Convert a project: `python -m kite convert --input PATH_TO_DOTNET_PROJECT --output OUT_DIR`
- Or after installing: `kite convert -i PATH -o OUT_DIR`

Outputs a runnable Tkinter project with generated windows and custom widgets.
