Metadata-Version: 2.1
Name: WinWebV2
Version: 0.1.2
Summary: Create HTML User Interface using WinWebV2 in Python
Home-page: https://github.com/kxkx5150/WinWebV2
Author: Kunihiro Ando
Author-email: senna5150ando@gmail.com
License: MIT
Keywords: gui,html,javascript,electron
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# WinWebV2
### Python Webview2 GUI
### Create HTML User Interface using WinWebV2 in Python

<br><br>

Webview2 Runtime (required)  
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section  

<br>

Webview2  
https://docs.microsoft.com/en-us/microsoft-edge/webview2/  

<br><br>

## Windows10    
<pre>
python -m venv .\venv  
.\venv\Scripts\activate  
pip install WinWebV2
</pre>

<br>

### Sample File

## WIP

<br><br><br>

https://github.com/kxkx5150/WinWebV2/tree/main/example


<br><br><br>


