With this program you will be able to create random passwords with the length you desire. The passwords will be saved in the same directory your console is. You can also edit the password generating another one or even delete a file you don't need anymore.
First of all, you can install this project with pip install sec-pass-manager
There are 2 ways for using this program.
All you need to do type spm on your console.
After that a window will popup where you can create, delete or edit a file that contains username and password:
This is a more direct way to manage the files using the console command cpass. Now you will see an example of each function:
cpass create --filename test --username pingu --length 24cpass edit --filename test --username pingu2 --length 12cpass delete --filename testThere is also de reduced commands
cpass create -f test -u pingu -l 24cpass edit -f test -u pingu2 -l 12cpass delete -f testNote
This program will create .key files that you can open with any notepad as if it was a .txt
If you don't indicate a length it will be set to 10 as default.



