/SimplePasswordGenerator

Piece of software written in Python, also available in web version, that allows you to generate password with options set by you.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Icon
Simple Password Generator


❓ 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?

🐍 Using Python to run Simple Password Generator

  1. Install Python and Git
  2. Clone this repository and enter its directory:
git clone https://github.com/jedrzejme/SimplePasswordGenerator.git
  1. Enter python directory in this repository
  2. Install requirements:
python -m pip install -r requirements.txt
  1. Run main.py:
python main.py
  1. It works!

🚀 Features

  • 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

💲 Support

jedrzejme