fpas 0.5.3

fpas is command line software helps you create password from some text
Documentation
1
2
3
4
use fpas::cli;
fn main() {
    cli::run();
}