Skip to content

Instantly share code, notes, and snippets.

@Soransik
Soransik / __init__.py
Last active November 7, 2017 18:06
Create Desktop Apps with HTML interface and Python
#/
# Server/
# /__init__.py
# /templates/
# /index.html
# app.pyw
# test_webview.py
from flask import Flask, render_template, request
app = Flask(__name__)