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.
- Host: GitHub
- URL: https://github.com/kylegichez/password_locker
- Owner: KyleGichez
- License: mit
- Created: 2022-06-18T02:25:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T13:50:41.000Z (over 3 years ago)
- Last Synced: 2025-01-20T00:59:44.419Z (about 1 year ago)
- Topics: command-line, command-line-app, python-application, python3
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
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/)