Skip to main content

WebUI is a Python module that allows you to convert Flask apps into cross platform desktop apps with three lines of code.

Installation:

easy_install pyside # Only use this command on Windows, as pip does not install binaries
pip install WebUI

Usage:

from WebUI import WebUI # Add WebUI to your imports
from flask import Flask, render_template, request

app = Flask(__name__)
ui = WebUI(app, debug=True) # Create a WebUI instance

# all of your standard flask logic

if __name__ == '__main__':
  ui.run() #replace app.run() with ui.run(), and that's it

WebUI is powered by PySide, and should run on Windows, Mac and Linux. You can even create standalone executables using PyInstaller!

License

WebUI is licensed under the MIT License. See the LICENSE file for more details.

Release files for WebUI 0.1.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for WebUI 0.1.7
File Size Uploaded
WebUI-0.1.7.zip 4.5 kB Details

Release files / WebUI-0.1.7.zip

Download URL WebUI-0.1.7.zip
Size 4.5 kB
Tags Source
SHA-256 checksum
How to use checksums
795dba37ccbd417ab29dbf2ec9de9aeb8db16ff6d05112923a7ad5c52bdea5f3
BLAKE2b-256 checksum
How to use checksums
45065f4ddb9a5d4acf9600be3a794bee670f778e43bbcd648e3f58cc8326cd6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.7 This release

1 release file

0.1.6

1 release file

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page