How To Create A Cool Notepad App In Python (Flet Tutorial)

preview_player
Показать описание
In this tutorial we will be learning how to create a simple, yet cool, notepad app in python using Flet! Slowly slowly we're learning how to put components together to start creating more advanced apps.

▶ Become job-ready with Python:

▶ Follow me on Instagram:

00:00 Intro
00:11 Project preview
01:06 New project
01:15 Imports
02:23 Text editor component
06:30 Main entry point
07:10 Running the app
08:19 Improving the code
09:17 Outro
Рекомендации по теме
Комментарии
Автор

You're a brilliant
man.
and
The Future belongs
to such individuals.

I wish i had devoted
more time (in my youth)
to becoming more technologically literate.

But it seems like a life-study.
Due to its ever-evolving nature.

Such tech. admittedly scares
me some. Im not a Diehard,
Anti-tech sort by any means, but I realize that it has the potential for much good, or ill.
(depending on the Individual(s) behind the screen.)

May you always use your
gifts to enlighten and inform.

Much respect friend.

jeremyhennessee
Автор

Hi! I would love to see a video that works with threading!! I'm struggling with that. I'm trying to create a pomodoro timer, but I'm not understanding the process correct! I would love to see something like that

eduardolima
Автор

how does one go about actually packaging this into something that people can download? im very new to coding this has been a question i cant seem to figure out

xanperna
Автор

Can you do a video to show how we can control scrolling behaviour, is say I'm using listview

martinsilungwe
Автор

Hi Indently,
First of all I want to thank you for your simple but powerful tutorial series of flet!
Now I come to my problem... when I try to write something to a file with:

with open("path/to/file.mp4", "wb") as f: # don't worry I have a real path choosen :)
f.write(data)

I get an error on mobile, which says "permission denied (errno 13)". Could you please help me with this issue?
Stay safe and have fun programming

ValentinKunz
Автор

Can I make a chatbot app with it as a mini project 😅?

yogeshchauhan
Автор

Thank you for the vidéo !
I think it's already planned but can you do a tutorial for the use of flet on android and iOS
0:35 infinite creativity 😂

Cest_moi_
Автор

Every time I run a python script using flet, I get this error message :
(flet:14329): Gdk-CRITICAL **: 12:17:39.951: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed
The screen still comes up and the program runs correctly, but the error is always there (running Mint Linux).
Any thoughts?

gerryhoekema
Автор

Good broh. But please bring its next part having the options to select the text and make some operations with the selected text like Copy, Paste, Bold, Underline etc.

dipeshsamrawat
Автор

Hello! Your video is very good! I want to make you a query.
Context first: I have a list of rows that are the results of a search using a text field. In practice, I should be able to click on one of the results (1 row specifically) and it will give me all the information corresponding to that particular result. When there is only one result, everything is fine. The problem I have is when there is more than one result. The rows are generated inside a For loop, when I "export" the information for the row I clicked on, instead of giving me that information I clicked on, it gives me the last element of the For loop, which doesn't match the Row I clicked on.
Can you help me? I understand that it's a simple problem of not being able to identify an element within an iterator like For, but I haven't been able to fix it. I already tried using indexes inside the For iterator but it didn't work as expected.
I am looking forward to your response. Greetings from Argentina!

alejandropoos
Автор

Thanks for the video!
I have one question about the script. I want to understand what’s “new *” for.
Thanks in advance.

ignaciozanelli
Автор

Apparently UserControl is deprecated, how can I fix this code to make it work? I have the same problem in the video How To Create REUSABLE App Components.

rodribyte
Автор

i'have been trying to figure out how to make different words different colors to make a code editor. i still have not found the solution. does someone know how?

logicon
welcome to shbcf.ru