PyWallet GUI Built Using CTk #492
LineIndent
started this conversation in
Showcase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I opened this discussion to showcase an application I built in Python using CustomTkinter.
It's a card number storage app that allows a user to save a card number (16-digit number and CVV) and gives them the ability
to copy either number (by simply clicking on the text) to their clipboard to easily paste it when needed.
The CustomTkinter library was especially useful for the animations and pop-up functions.
GIF quality may be a little low

If anyone is interested in how to build this, you can check out my channel where I showcase how to code the app and where I have built other applications using CustomTkinter https://www.youtube.com/channel/UC3TYDesNQVGeKldbfL3Rm4Q
Finally, many thanks to Tom and the people who contributed to this awesome library. Cheers!
Beta Was this translation helpful? Give feedback.
All reactions