Giter Site home page Giter Site logo

password_locker's Introduction

password_locker

Table of Content

Behavior Driven Enviroment

  • Scenario Create account

    • Given that a user has provided both a username and password
    • When a user requests to create an account
    • Then the system should create and save the account
  • Scenario Login

    • Given that the user has a valid username and password
    • When the user requests to login
    • Then the system should provide access
  • Scenario Create credential

    • Given that a user has provided a valid site name, username and password
    • When a user requests to create a credential
    • Then the system should create and save the credentials
  • Scenerario Search

    • Given that a user has provided a name of the account to search
    • When a user requests to search for a credential
    • Then the system should search and return the details of that account or none if there is no such account
  • Scenario Display Credential

    • Given that a user has credentials saved
    • When a user requests to see the details of saved credentials
    • Then the system should return all saved credentials
  • Scenario Delete Credential

    • Given that a user has credentials saved
    • When a user requests for a credential to be deleted
    • Then the system should delete the account
  • Scenario Update account

    • Given that a user has credentials saved
    • When a user requests to update an account
    • Then the system should update the existing account details with the new ones.

Description

This is an application that helps users manage their password by saving them in here

Installation

  • Open Terminal - Ctrl+Alt+T

  • git clone https://github.com/charity-bit/password_locker

  • cd password_locker

  • open vs code with code .

Running the Application

To run the application, in your terminal:

  • $ #!/usr/bin/env python3.9 or your python version

  • $ chmod +x run.py

  • $ ./run.py

Technology Use

  • Python3.9

  • Pyperclip

  • pip3

Reference

  1. official python documentation docs

  2. Programiz.com here

  3. Moringa School official content

Licence

copyright © Charity 2022 - MIT

Authors Info

-LinkedIn - Charity Nyanchera

-twitter - Twitter

-Go Back to the top

password_locker's People

Contributors

charity-bit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.