Password-Locker

Author

Wanjiru Charity

Description

This project is a python application that manages login and signup credentials of a person for various accounts i.e. username and passwords for each account. It also stores the passwords and generates a unique password for a user if they do not want to generate new passwords by themselves.

What it enables a user to do:

  • To create an account for the application or log into the application.
  • Store existing acounts login details for various accounts that I have registered for.
  • Generate new password for an account that I haven't registered for and store it with the account name.
  • Delete stored account login details that I do now want anymore.
  • Copy my credentials to the clipboard

Installation / Setup instruction

The application requires the following installations to operate

  • python3
  • pyperclip
  • pip

Running the Application

  • To run the application, open the cloned file in terminal and run the following commands:

      $ chmod +x run.py
      $ ./run.py
    
  • To run test for the application $ python3 user_test.py

Behaviour Driven Development

| Behaviour | Input | Output |

|Open the application on the terminal | Run the command $ ./run.py|Hello Welcome!.
*

Technologies Used

  • python3.10

Known Bugs

  • There are no known bugs currently but pull requests are allowed incase you spot a bug

Contact Information

If you have any question or contributions, please email me at [carolciru393@gmail.com]

License

MIT License

Copyright (c) 2020 Wanjiru Charity

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.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.