This is a simple password generator implemented using Python and Streamlit. It allows you to create passwords with a length of 15 characters and passphrases consisting of 5 words
- Generate strong and secure passwords and passphrases
- Generate passphrases using a word list
- Easy-to-use interface
- Generate passwords and passphrases within seconds
- Clone the repository to your local machine:
git clone https://github.com/SolveniteOP/PyPassGen.git
- Navigate to the project directory:
cd PyPassGen
- Run the script:
streamlit run \app.py
- Once completed, the generated password or passphrase will be displayed on screen.
- This project was inspired by the need for a simple password generator.
- Special thanks to the Python community for providing valuable resources and guidance.
- This is one of my first ever projects!