sotanakamura / winui-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinUI 3 with Python

This repository provides an example of WinUI 3 with Python. The sample program has the following features:

  • Load an XAML file to layout UI components.
  • Support WinUI 3 controls with Fluent Design System.
  • Apply Mica.
  • Adapt to a high DPI monitor.

py-win32more is used to generate "win32more" for WinUI 3.

Requirement

Run the sample program

Loading the module for the first time takes time.

py winui-xaml.py

About

License:MIT License


Languages

Language:Python 100.0%