About 496,000 results
Open links in new tab
  1. Create Desktop Application Using Flask Framework - Medium

    Aug 30, 2022 · I am going to show you how a little change in your Flask code can give you a desktop application that can be run on other machines without Python. You need to install …

  2. flaskwebgui · PyPI

    Oct 1, 2024 · Develop your app as you would normally do, add flaskwebgui at the end or for tests. flaskwebgui doesn't interfere with your way of doing an application it just helps "converting" it …

  3. The Ultimate Flask Front-End - Real Python

    This app is powered by Python 3 and the Flask framework in the back-end and React in the front. In addition, we will use gulp.js (task runner), bower (front-end package manager), and …

  4. Building modern user interfaces with Flask - Medium

    Dec 15, 2019 · Throughout this blog, we will build out a Flask application that uses Jinja and templates. To follow along, you can find the source code on my GitHub. What is Jinja? Jinja is …

  5. How to Build a Flask Python Web Application from Scratch

    Dec 12, 2024 · This tutorial introduced essential concepts of the Flask Python framework. You learned how to make a small web application, run it in a development server, and allow the …

  6. python - Run GUI concurrently with Flask application - Stack Overflow

    Nov 8, 2017 · I'm trying to build a simple tkinter GUI window around my flask application for noobs in my office. I want the script to perform these tasks in the following order: Open a tkinter GUI …

  7. GitHub - ClimenteA/flaskwebgui: Create desktop applications with Flask

    Let's say we have the following flask application: @app.route("/") def hello (): return render_template ('index.html') @app.route("/home", methods=['GET']) def home (): return …

  8. Flask Tutorial - GeeksforGeeks

    Apr 8, 2025 · Welcome to Flask Quick Start – your go-to guide for mastering Flask development essentials in a snap! From crafting your inaugural application to fine-tuning HTTP methods, …

  9. How to build a Python desktop app with pywebview and Flask

    Jan 28, 2025 · pywebview is a lightweight cross-platform wrapper around a web view component that allows it to display HTML content in its own native GUI window. It gives you the power of …

  10. Flask UI: Simplified Web Interfaces - Restackio

    Apr 15, 2025 · Explore Flask UI for creating efficient, user-friendly web interfaces. Learn how to integrate and optimize your web applications with Flask. Extensions are extra packages that …

  11. Some results have been removed
Refresh