Python Tutorial UI Design Using Flet: Hidden Drawer

preview_player
Показать описание
In this Python tutorial we'll create a nice drawer-hidden application where two main containers are stacked on top of each other. We'll see how we can utilize the stack widget to create this along with the necessary animations to make it all work smoothly. This is a great tutorial if you want to sharpen your skills in app animations and user-to-app interaction.

NOTE: The animations can be refined further to make the app look even better. For example, we can change the borders of all the controls between minimization and maximization.

Flet UI website with color, gradients, and animations:

#Python #tutorial #design
Рекомендации по теме
Комментарии
Автор

thanks so much for your content! i looked all over the internet to find how to use flet and only your videos gave me the answers i needed, it's helping me a lot in my uni project :)

blubelrrie
Автор

can you please design desktop based applications also

jacob_t_h_omas
Автор

20:10
i followed the video very well, but after clicking on the button, mine scales to the left, instead of right, can you leave a link to the source code here so that I can compare with mine? Thank you!


EDIT: I noticed I missed the alignment.
alignment='end'
on the _b

emmanuelaidoo
Автор

using flet, can you post video on speech to text application?

Maddy_akil