Random password generator - Project Davinci¶
The password generator project, Code Davinci is a random generator base in built-in library secrets
.
The idea is to generate random password following the good practice: * Lower and Upper case Characters. * Digits. * Punctuation marks.
by default it will generate a 8 character password but in the future version it will allow generate longer passwords.
The frist version will ask for the length of the password by terminal/console and give back the random generated password, future version will have a GUI.
Project git: https://github.com/CubeVic/Project_Davinci