Generates a password for the user once provided name of website and username. Stores the password in a .txt file, containing all the user's information and the randomly generated password.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
sh install.sh
Explain how to run the automated tests for this system
Testing exists for the backend of the application which is located in password_generator.py. No testing exists for the gui portion of the application.
In the folder of the app. Enter the command
pip3 install pytest pytest-cov
pytest
Pylint is used for the coding style.
In the folder of the app. Enter the command (replace the filename with the name of the file to be tested)
pip3 install pylint
pylint [filename].py
python3 password_generator_gui.py
- Prantar Bhowmik - Initial work - bhowmikp
This project is licensed under the MIT License - see the LICENSE file for details