#fake #identity #user

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

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

#139 in Testing

Download history 224/week @ 2025-03-19 3/week @ 2025-03-26

227 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

~3–4.5MB
~77K SLoC