First coding project; uses the Kivy GUI library
| fonts | ||
| Codegen.kv | ||
| copy.png | ||
| LICENSE | ||
| logo.png | ||
| main.py | ||
| README.md | ||
| shuffle.png | ||
Codegen
Codegen is a simple password and PIN generator made using Python with the Kivy framework for GUI.
It can generate 3 types of passwords:
- Symbolic (Any character that can be typed on a standard QWERTY keyboard)
- Alphanumeric (A-Z, 0-9)
- PIN (0-9)
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 >




