Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 384 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 384 Bytes

PyWebView Python Functions Example

This repository demonstrates how to use PyWebView to execute Python functions.

Installation

To install the required dependencies, run the following command:

pip install pywebview

Usage

To run the example, execute the following command:

python main.py

Enjoy exploring PyWebView and executing Python functions through this example!