Skip to main content

Desktop web user interface using Flask APP as backend

Project description

flask-desktop-ui

Desktop web user interface using Flask APP as backend.

Install

pip install flask-desktop-ui

Usage

from flask import Flask
from flask_desktop_ui import FlaskDesktopUI


app = Flask(__name__)


@app.route('/')
def hello():
    return 'Hello!'


def main():
    desktop_app = FlaskDesktopUI(app)
    desktop_app.run()


if __name__ == '__main__':
    main()

You can find more examples in examples folder

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-desktop-ui-0.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

flask_desktop_ui-0.3-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page