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.
In order to run the project successfully the following programs should be present in the system
- Python version 3.x
- Oracle XE
- Python oracledb package