Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.24 KB

File metadata and controls

36 lines (29 loc) · 1.24 KB

Password Locker

Table of Contents

Overview

This is a software program built in python3. It shows you how to use classes, and also manipulate python methods and objects. Let's have a look ⏩

Installation

To install this flask application, clone this repository into your local working environment and open it in your favorite IDE.

git clone  https://github.com/KyleGichez/Password_Locker.git

Also, you can choose to download this project to your local working environment as a zip folder when you click the green code button in this repository.

Set-up

On your terminal run the following command:

$ python3 run.py

Project Implementation

This software project has utilized the use of classes in python to manipulate python methods & objects and build a program to store all your personal accounts and passwords safe.

License

This project is licensed under MIT License.

Author