First coding project; uses the Kivy GUI library
Find a file
2023-01-07 20:39:42 -05:00
fonts Add files via upload 2021-09-25 13:36:53 -04:00
Codegen.kv Add files via upload 2021-09-25 13:36:53 -04:00
copy.png Add files via upload 2021-09-25 13:36:53 -04:00
LICENSE Initial commit 2021-09-25 13:34:58 -04:00
logo.png Add files via upload 2021-09-25 13:36:53 -04:00
main.py Add files via upload 2021-09-25 13:36:53 -04:00
README.md Update README.md 2023-01-07 20:39:42 -05:00
shuffle.png Add files via upload 2021-09-25 13:36:53 -04:00

Codegen

Codegen is a simple password and PIN generator made using Python with the Kivy framework for GUI.

python_c3XFyaJC6Z

It can generate 3 types of passwords:

  • Symbolic (Any character that can be typed on a standard QWERTY keyboard)

image

  • Alphanumeric (A-Z, 0-9)

image

  • PIN (0-9)

image

A counter is included to specify the length of the password

As well as the ability to copy the text by selection, there is a button that will automatically copy the password.

The entirety of the code has no connection to the internet and does not save any of your passwords into a file, so they are 100% secure.

Credits

Code and logo by Daqnal

< Updated: v1.0 >

logofull