An open API service indexing awesome lists of open source software.

https://github.com/kylegichez/password_locker

This is a software program that helps you to store all your user accounts, user credentials and passwords safe.
https://github.com/kylegichez/password_locker

command-line command-line-app python-application python3

Last synced: 2 months ago
JSON representation

This is a software program that helps you to store all your user accounts, user credentials and passwords safe.

Awesome Lists containing this project

README

          

# Password Locker

## Table of Contents
- [Overview](#overview)
- [Installation](#installation)
- [Setup](#setup)
- [Implementation](#projectimplementation)
- [License](#License)
- [Author](#author)

### 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.
````clone repository
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:
````Set-up
$ 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
- [Portfolio] (https://gichuremaina.netlify.app)
- [GitHub] (https://github.com/KyleGichez)
- [LinkedIn] (https://www.linkedin.com/in/gichure-maina-a45aab202/)