A Password Generator and manager programmed in python with GUI.
This repository houses a Python-based password manager and generator with a user-friendly graphical user interface (GUI). This tool is designed to help users securely store and manage their passwords while also providing a convenient password generation feature to enhance security.
-
Password Management: Store and organize your passwords in a secure manner, accessible through a simple and intuitive interface.
-
Password Generation: Create strong and unique passwords with customizable criteria, ensuring enhanced security for your accounts.
-
Easy Access: You can easily see your stored passwords in the data.txt file in the same folder of this program
Follow these steps to set up and use the Password Manager and Generator:
-
Clone the Repository:
git clone https://github.com/yottajunaid/passwordbox.git
-
Navigate to the Directory:
cd passwordbox
-
Run the Application:
python main.py
-
Add New Passwords: Add Website, add email and add your password
-
Generate Password: You can click on generate password to generate a new password
-
Accessing Passwords: You can access your password in the data.txt file in the same folder where the program is stored
Contributions are welcome! If you have ideas for improvements or would like to fix a bug, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test thoroughly.
- Create a pull request with a detailed description of your changes.
This Password Manager and Generator is licensed under the MIT License - see the LICENSE file for details.
Thank you to the open-source community for providing libraries and tools that make projects like this possible.
Thanks to Dr. Angela Yu who taught me Python Language.
Feel free to tailor this README to your specific project and include any additional details or customizations that you find relevant.