This project is a modified version of the password manager originally created by
TechWithTim in his Python project series.
Original source code:
https://github.com/techwithtim/5-Python-Projects-For-Beginners/blob/main/password_manager.py
This version has been rewritten and extended for personal learning and practice.
Several features such as improved security checks, password confirmation, and additional logic have been added or refactored.
Before running the program, you need to install the required Python package:
pip install cryptographypython write_key.pypython Main.py