Password-locker is a program where one can store their existing passwords and generate new ones
Project : Password-locker
User story
- As a user sign up with name and password.
- As a user can store passwords they already have.
- As a user can generate new password for their accounds.
- As a user can manage and delete passwords.
Password-locker has used:
- Python(programming language)
- Atom(IDE)
Basic git knowledge Basic python knowledge
- On GitHub, navigate to the main page of the repository.
- Under the repository name, click Clone or download.
- Open Terminal.
- Change the current working directory to the location where you want the cloned directory to be made.
- Type git clone, and then paste the URL you copied in Step 2.
- Press Enter. Your local clone will be created.
-
After cloning, open the existing directory in the terminal
-
run the following comand $ chmod +x run.py
-
Now open the program with $ ./run.py
- Author: codeprospect waikaumaina1@gmail.com
- Date: Sunday 1st December 2019
MIT License
Copyright (c) 2019 codeprospect
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.