-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shabir Mahfudz Prahono
authored
Feb 23, 2024
1 parent
a4a4edc
commit 7fff16a
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
# Account-Manager | ||
# Password Manager v1.0 🔐 | ||
|
||
A simple password manager using Python. This script allows you to view, add, and manage your passwords. | ||
|
||
## Features | ||
|
||
* 🔎 View password list | ||
* 🗝️Add new password | ||
* ✨Make password (currently under construction) | ||
* ⚙️User settings (currently under construction) | ||
|
||
## Getting Started | ||
|
||
1. Save the code as `password_manager.py`. | ||
2. Run the script using `python password_manager.py`. | ||
3. Follow the on-screen instructions to manage your passwords. | ||
|
||
## Usage | ||
|
||
* 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 (currently unavailable), enter `4` when prompted. | ||
|
||
## Notes | ||
|
||
* This script uses basic input/output operations and does not include any advanced security features. Use it at your own risk. | ||
* The `make` and `settings` functions are currently under construction and do not perform any actions. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details. |