Thanks to visit codestin.com
Credit goes to lib.rs

#identity #fake

app pessoa-cli

CLI for generating fake identities/user data in different languages. The crate is named after the Portuguese word for 'person'.

3 releases

Uses new Rust 2024

0.1.4 Apr 6, 2025
0.1.1 Mar 21, 2025
0.1.0 Mar 21, 2025

#756 in Testing

Codestin Search App

119 downloads per month

MIT license

11KB
148 lines

Pessoa CLI

A CLI tool that generates fake user profile data, ideal for testing purposes or for signing-up on questionable websites.

Named after the Portuguese word for "person."

Installation

$ cargo install pessoa-cli

Usage

Run with defaults:

$ pessoa
{
  "first_name": "John",
  "last_name": "Doe",
  ...
}

Specify a locale:

$ pessoa --locale pt_pt
{
  "first_name": "João",
  "last_name": "Silva",
  ...
}

Write to a JSON file:

$ pessoa --out pessoa.json

This and other commands and options can be checked with:

pessoa --help

Dependencies

~2.5–3.5MB
~70K SLoC