Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 622 Bytes

File metadata and controls

29 lines (25 loc) · 622 Bytes

Simple Password Generator

Installation

To install the project dependencies, use the following command:

pip install -r requirements.txt

Usage

Open the terminal and type in the following command:

git clone https://github.com/githuberuser/password_generator.git

Then use the following command:

cd password_generator

Then type the following command to run the program:

python password_generator.py

or

python3 password_generator.py

If you see the interface like this, that means it works: