Skip to content

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

License

Notifications You must be signed in to change notification settings

jedrzejme/SimplePasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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