Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecaine-zz/webview-example
pywebview examples on using python functions in the frontend
https://github.com/codecaine-zz/webview-example
css frontend html javascript pywebview
Last synced: about 1 month ago
JSON representation
pywebview examples on using python functions in the frontend
- Host: GitHub
- URL: https://github.com/codecaine-zz/webview-example
- Owner: codecaine-zz
- Created: 2023-03-19T20:11:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T12:43:14.000Z (5 months ago)
- Last Synced: 2024-08-12T14:25:25.112Z (5 months ago)
- Topics: css, frontend, html, javascript, pywebview
- Language: CSS
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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!