Password Manager

Password manager using MySQL and Python 3.10.2

Installation

Install my-project with github

  git clone https://github.com/AyaanSiddiqui/password_manager.git

or

Download ZIP from code

Execute

To execute this project run

Open any terminal in same folder:

  pip install -r requirements.txt

  python -u menu.py
  OR
  py -u menu.py