Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 955 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 955 Bytes

Password-manager-and-generator

Description

The password manager is made using Python that runs on the terminal It is connected to an Oracle Database that stores the password and the user can use the program to create, view, update, or delete the passwords using CRUD operations This program also generates new passwords and stores them in the database.

Requirements

In order to run the project successfully the following programs should be present in the system

  1. Python version 3.x
  2. Oracle XE
  3. Python oracledb package

To install Python in your system visit: https://www.python.org/downloads/

To install Oracle XE in your system visit: https://www.oracle.com/database/technologies/xe-downloads.html

To install python-oracledb package in your system write "python -m pip install oracledb" in ther terminal after successful installation of python