Hi all, I am running my code but the Webview function does not work here is the link to my code https://replit.com/@Kh-Msgamer-Kh/PalegreenSeashellNanotechnology
it’s a replit bug at the moment. Try firefox that seems to work best out of the other browsers.
Scratch that. Your code isn’t opening a webview window, it needs to be serving some kind of web page to do so.
@Kh-Msgamer-Kh Welcome to the forum!
Are you trying to create a webserver using Python? You’ll have to use Flask for that. Otherwise, if you are running normal Python programs, the result of your program will be in the Console, not the Webview. Webview is for HTML websites.