Python Tutorial: Navbar Using Flet

preview_player
Показать описание
In this Python tutorial, we'll use Flet's UI library to create a sidebar navigation.

We'll cover concepts like control iteration, animation, and partial functions.
I've covered these concepts in previous videos so there's plenty of tutorials to access.

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

Would love a pt.2 to this video showing how to navigate to each page when clicking on each icon.

ChristopherJohnOgden
Автор

Thanks For Such Type of Videos, But it would be very nice if You have a Github Repository and the were available for us in there.

UnitySimplified
Автор

As always high level of content. I wish you a fast growth of the channel ;)

databeliever
Автор

Love your videos man, but it's be better with an audio
Thanks 👍

adekolusamuel
Автор

Love your videos, maybe some music will be good!

alejandroquintero
Автор

Nice video... thanx... but which editor are you using?

HolmisXP
Автор

what is the problem with adding music to a video?

rxdxvrz
Автор

Te quedo genial, como siempre amigo. ¿Solo tengo una pregunta, como logras mantener la app abierta, y actualizándose en tiempo real(mientras haces los cambios), sin la necesidad de estar cerrando y abriendo la app para ver los cambio?

TheDacronik
Автор

hello sir is there any way to convert FLET App in to Android Application(APK)

UnitySimplified
Автор

Hey can you make a tutorial on how to export to exe, and (apk if possible)

itspez
Автор

Yo is there any way to make this work if the navbar was put into a row? when i tried it said:
line 14, in AnimateNavBar
.content.controls[0]
AttributeError: 'Row' object has no attribute 'content'

DeathItself