A simple password manager using Python. This script allows you to view, add, and manage your passwords.
Important
DISCLAIMER: This application is a simple simulation of an account storage system. Please do not use it for important purposes because the application is not equipped with a security system. Please use it for research or other purposes. Use it at your own risk.
- 🔎 View password list
- 🗝️Add new password
- ✨Make password (currently under construction)
- ⚙️User settings
- Save the code as
password_manager.py
. - Also, save the data file. Applications cannot save local data if data not downloaded
- Run the script using
python main.py
. - Follow the on-screen instructions to manage your passwords.
- To view the password list, enter
1
when prompted. - To add a new password, enter
2
when prompted. - To make a new password (currently unavailable), enter
3
when prompted. - To access user settings, enter
4
when prompted.
- This script uses basic input/output operations and does not include any advanced security features. Use it at your own risk.
- The
make
functions are currently under construction and do not perform any actions.
Version | Additional Features | Note |
---|---|---|
v.2.0.0 | Use temporary and local data. Display fixed | Latest |
v.1.0.0 | View Data and Add Data | Old-Version |
This project is licensed under the MIT License - see the LICENSE.md file for details.