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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file flask-desktop-ui-0.3.tar.gz.

File metadata

  • Download URL: flask-desktop-ui-0.3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for flask-desktop-ui-0.3.tar.gz
Algorithm Hash digest
SHA256 d38c6adb5e126e9221e144d6ce3fb7854f00201762ced6c7090d4d4d42426024
MD5 2e8cd85e8d31844678ae3f63edad7d0f
BLAKE2b-256 d1adca39553299eb6e3f903c0be9e170cd875594dc8230bafe44bdc94a7db1e0

See more details on using hashes here.

File details

Details for the file flask_desktop_ui-0.3-py3-none-any.whl.

File metadata

  • Download URL: flask_desktop_ui-0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for flask_desktop_ui-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 89a1963ddc07d9fbab41d619d23e82e12d7d81f8253bbfef3c2835c6c693baf0
MD5 01732dfb5fe4069c402c053bc5f25c04
BLAKE2b-256 c6a3b39d25946893bf9a25dc3a7436575d7da63c7112ec048117d70ce670fc9d

See more details on using hashes here.

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