In this video, I extend a previously built Python wallet (https://youtu.be/te2trrC-Ri8) by using a new Python UI library called Flet. Flet is the Python version of Flutter, and it offers a wide range of material designs all written in Python.
We'll be using the current version of Flet, and you can get it by doing the following:
pip3 install Flet
The app can be expanded by adding other functionalities, including a database for storing information, copy-to-clipboard function, update/delete options, drag and drop ordering, and so on and so forth.
#python
00:00 - 00:55 Application Demo
00:55 - 17:49 Coding
17:50 - 18:23 Final Demo
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.