Wallite Desktop App Using Flet #449
Replies: 4 comments 2 replies
-
That looks really nice! |
Beta Was this translation helpful? Give feedback.
-
Nice work @pourhakimi. Is it open source? |
Beta Was this translation helpful? Give feedback.
-
I had some extra time to work on this and so I've added some stuff to this app. |
Beta Was this translation helpful? Give feedback.
-
You should think about storing sensitive data (CC number) in encrypted form: https://flet.dev/docs/guides/python/encrypting-sensitive-data. User could provide a passphrase on app startup to "unlock" it. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I opened this discussion to showcase an application I built using the Flet library.
It's a card number storage app that allows a user to save a card number (16-digit number) plus bank name and gives them the ability to copy the number (by simply clicking on the text) to their clipboard to easily paste it when needed.
I've done this app using another library, but Flet offers more options with regards to MD and so I decided to update the app a little.
I'll upload a video on how to build this on my YT channel (https://www.youtube.com/channel/UC3TYDesNQVGeKldbfL3Rm4Q) when I clear up some bugs and add some more features.
Finally, many thanks to Feodor and the people who contributed to this awesome library. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions