A simple Password Generator tool written in Rust.
Make sure pwgen is excecutable by running: chmod +x pwgen
in the directory the file is located
The program can be run either by passing arguments or by excecuting it directly
By running ./pwgen -l 12 -m -n -s -f ~/output.txt --hide
, the program generates a password with 12 characters, that includes small letters, numbers, and symbols, and saves the output to ~/output.txt (Appends it if the file already exists, or creates the file if it doesn't), without printing it to the console.