Python Flet

Flet is a framework that allows you to create web, desktop and mobile applications using Python, without the need for prior experience in frontend development.

20 articles Last updated
joao joao 1 year, 5 months ago

Introduction to Python Flet

Flet is a framework that allows you to create web, desktop, and mobile applications using Python, w…

joao joao 1 year, 5 months ago

Python Flet - How to Install Flet

Flet is a powerful tool that allows you to create web, desktop, and mobile applications using Pytho…

joao joao 1 year, 5 months ago

Python Flet - App View in Flet

In Flet, the concept of View plays a central role. A View is the top-level container that encompass…

joao joao 1 year, 5 months ago

Creating a New Flet App

To create a new Flet application, start by setting up a new directory. If you are using poetry or u…

joao joao 1 year, 5 months ago

How to Create a Container in Flet

The Container in Flet is a powerful tool that allows for flexible decoration and positioning of UI …

joao joao 1 year, 5 months ago

Working with Text in Flet

Flet provides various ways to display and style text in your applications. The Text widget is the p…

joao joao 1 year, 3 months ago

Understanding the Row Widget in Flet

The Row widget in Flet is a control that arranges its children horizontally. It provides various cu…

joao joao 1 year, 3 months ago

Understanding the Column Control in Flet

The Column control in Flet is a powerful widget that allows you to arrange its child elements in a …