Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 561 Bytes

File metadata and controls

21 lines (18 loc) · 561 Bytes

Password-Generator

Just a random password generator tool.

Installation on Windows 10/11

Go to Releases and download the lastest version.

Installation on Linux

git clone https://github.com/NotMathew/Password-Generator.git
cd Password-Generator
clang++ password-generator.cpp -o password-generator
./password-generator

or

git clone https://github.com/NotMathew/Password-Generator.git
cd Password-Generator
g++ password-generator.cpp -o password-generator
./password-generator