Flet
Build multi-platform web, desktop and mobile applications in Python powered by Flutter.
Why consider Flet?
Flet is an open-source framework written in Python and Dart/Flutter by Appveyor Systems. Flet enables Python developers to construct real-time multi-user interactive web, desktop, and mobile user interfaces powered by Flutter without writing any Dart or frontend code.
Learn Flet by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Flet
Flet builds cross-platform Flutter graphical interfaces using concise Python event handlers.
Quickstart
pip install fletimport flet as ftdef main(page: ft.Page): page.add(ft.Text(value="Hello, world!"))ft.app(target=main)Flet is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.