2025-05-01 21:10:14 +02:00
2025-04-05 14:33:02 +02:00
2025-04-05 11:54:00 +02:00
2025-04-05 11:53:11 +02:00
2025-04-05 14:28:31 +02:00
2025-04-05 14:28:31 +02:00
2024-11-19 22:22:02 +01:00
2025-04-05 15:40:44 +02:00
2024-11-19 22:28:04 +01:00

random-pseudonyme-generator

Generate funny random pseudonyms composed of an adjective, a noun and a number between 1 and 999.

Download data

To download the data files, you can either use python to directly run the script like this :

python download_data.py

Or you can use the provided Dockerfile to build a docker image and run it like this :

docker build -t download_data .
docker run --volume $(pwd)/data:/app/data download_data

Generate pseudonyms

To generate pseudonyms, just run the rust program with cargo :

cargo run $NUMBER_OF_PSEUDONYMS

If you don't provide a number of pseudonyms, the script will generate 100 by default.

Description
Generate funny random pseudonyms
Readme GPL-3.0 386 KiB
Release 1.1.0 Latest
2025-04-05 15:27:29 +02:00
Languages
Python 56.6%
Rust 43.4%