Coder Social home page Coder Social logo

password-locker's Introduction

Password Locker

This project aims at the task of saving passwords, and or generating them if the user isn't sure of his creativity.

Prerequisites

You would need the following to work this app.

Working internet.

A terminal.

Python3.6.6 installed on your computer.

Installing

Step 1: git clone https://github.com/Vynnel/Password-locker.git

Step 2: cd Password-locker

Running the tests

run this command lines in your terminal:

chmod +x locker.py

./locker.py

Behavior Driven Development

The program should ask for user's username and password when ca(create account) is entered:

Input Example: Enter ca

Output Example: What is your username?

Output Example: What is your password?

The program should authenticate the account by asking the user to login again when cc(create credential) is entered:

Input Example: Enter cc

Output Example: Login to your account. Username?

The program should create credentials when cc(create credential) is entered:

Input Example: Enter cc

Output Example: Enter the account name

The program should generate a random 8 characters long password when gp(generate password) is entered:

Input Example: Enter gp

Output Example: Your password is: kono3658baka

The program should let the user create their own password when cp(create password) is entered:

Input Example: Enter cp

Output Example: Enter your password

The program should display the credentials when dc(display credentials) is entered:

Input Example: Enter dc

Output Example: Here is a list of all of your credentials...

The program should end when ex(exit program) is entered:

Input Example: Enter ex

Output Example: Thank you for using Password locker...

Built With

Python3.6.6 - the language used.
Visual Studio Code - the text editor.

Authors

Vynnel Omondi

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Google
Python
Microsoft
Github

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.