❓ What is this? Piece of software written in Python, also available in web version, that allows you to generate password with options set by you.
❓ How to use it?
❓ What did I use?
- Install Python and Git
- Clone this repository and enter its directory:
git clone https://github.com/jedrzejme/SimplePasswordGenerator.git
- Enter python directory in this repository
- Install requirements:
python -m pip install -r requirements.txt
- Run main.py:
python main.py
- It works!
- Generating password with length, usage of special characters, digits, uppercase and lowercase set by you
- Copying generated password by pressing button
- Available in Python and web version