Skip to content

Prastabm/Password-manager-and-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python project to generate, store and manage passwords

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages