Skip to main content
0 votes
0 answers
62 views

I’m embedding a small UI with pywebview and want Python to JS live updates. I created a GPSSpoofingDetector class that loads a pickled sklearn model and a pandas test CSV. I want a JavaScript “Start” ...
Ahsan914's user avatar
1 vote
2 answers
198 views

I'm using pywebview to display a web page on a Mac - and for some reason I am getting two titles: The code I'm using to run the pywebview server and create the window is: webview.create_window( ...
Darren Oakey's user avatar
  • 3,724
0 votes
0 answers
88 views

When i compile my code using Nuika using this command: nuitka --onefile --enable-plugin=tk-inter --windows-console-mode=disable ^ --include-data-files=bg.jpg=bg.jpg ^ --include-data-files=credentials....
skorpi12's user avatar
0 votes
0 answers
92 views

Description of the Issue I am working on a Python-based application that uses pywebview for rendering the UI and win32gui to manage the window. My application ensures that only a single instance can ...
Habibullah Amjad's user avatar
0 votes
0 answers
189 views

I was wondering if there is a way how to implement the rendered "webview" into customTkinter frame? import customtkinter import webview from customtkinter import CTk, CTkFrame def ...
Jan Vaško's user avatar
0 votes
0 answers
214 views

im building an App which i deploy as two exe's which i generate with pyinstaller. The first exe creates a PyWebio-GUI, the second exe opens a webview-window to look at the GUI. I am restricted to use ...
toben aus's user avatar
1 vote
0 answers
375 views

The pywebview docs have a lovely example of an HTML loading screen that can be found at https://pywebview.flowrl.com/examples/loading_animation.html. I was hoping to use this as the loading screen ...
Joseph Diaz's user avatar
2 votes
0 answers
298 views

How to properly close pywebview window from a button? I put together this demo of a Python Code Editor using pywebview and codemirror. It runs fine; However, when I use a button to close the window ...
Amour Spirit's user avatar
0 votes
0 answers
133 views

I have a simple tkinter app with 2 buttons. I'm using 1 button to open a pywebview window to a website. Initially, the 2nd button was to close this window, however I kept getting a problem where the ...
EmKare's user avatar
  • 1
1 vote
0 answers
79 views

I'm working on a custom GUI framework in Python that aims to mimic the behavior and experience of Flutter. The framework uses HTML and CSS for rendering the GUI inside a PyWebView window, targeting ...
red X's user avatar
  • 15
0 votes
1 answer
153 views

Is it possible to build a Nuxt 3 App so that it will use a unix socket instead of serving on a local tcp port? I am intending to make an app with pywebview and nuxt3. I want the pywebview to display ...
Safwan Amin's user avatar
0 votes
0 answers
48 views

Question: I'm building a custom GUI framework in Python using PyWebView. The framework allows defining widgets and handling callbacks for button presses. However, I'm facing issues with registering ...
red X's user avatar
  • 15
0 votes
1 answer
47 views

I want to build and run a one-directory py installer Flask app on Windows and leverage preview for rendering. The data should all come from the One directory folder with the app next to it. When I ...
user1449249's user avatar
0 votes
1 answer
364 views

I have a simple python program that opens a website, made in pywebview. I want that if I log in to the site, the next time I start it I won’t have to log in again. import webview # WINDOW window = ...
denisi's user avatar
  • 1
0 votes
1 answer
190 views

I am running a basic webview application on a raspberry pi that when running frameless=True it is not making the window frameless like it should and the same code is working fine on windows machine. ...
Mark Bailey's user avatar

15 30 50 per page