Skip to content

Instantly share code, notes, and snippets.

View J3ronimo's full-sized avatar

Jerome Wohsmann J3ronimo

  • Dresden
View GitHub Profile
@eli-kha
eli-kha / nicegui_webview_demo.py
Created March 11, 2023 20:36
A small demo of using pywebview with NiceGUI based on wrapping both Unicorn.Server and webview in processes.
#!/usr/bin/env python3
import multiprocessing
import tempfile
from fastapi import FastAPI
from uvicorn import Config, Server
import webview
from nicegui import ui