Skip to content

sbbosco/pywebviewx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

PyWebview

Includes modified files to add Edge Webview2 support to the pywebview python package. https://github.com/r0x0r/pywebview

New option

gui='chromium'

Requirements

A Webview2 Runtime needs to be installed. Installing one of the the following will provide the runtime.

The following DLL files need to be in the webview/lib folder.

  • Microsoft.Web.WebView2.Core.dll
  • Microsoft.Web.WebView2.WinForms.dll
  • WebView2Loader.dll (x86 or x64)

The SDK DLL files are available from here: https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.674-prerelease

Package manager download

# package manager
Install-Package Microsoft.Web.WebView2 -Version 1.0.674-prerelease
# .net cli
dotnet add package Microsoft.Web.WebView2 --version 1.0.674-prerelease

Browser download https://www.nuget.org/api/v2/package/Microsoft.Web.WebView2/1.0.674-prerelease save as .zip file.

The .Net DLLs are only included in the NuGet prelease versions.

Webview2 SDK Release Notes https://docs.microsoft.com/en-us/microsoft-edge/webview2/releasenotes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages