An open API service indexing awesome lists of open source software.

https://github.com/timpiglowski/true-random-name-generator

A script to generate a unique and anonymous username, totally random.
https://github.com/timpiglowski/true-random-name-generator

privacy

Last synced: 11 months ago
JSON representation

A script to generate a unique and anonymous username, totally random.

Awesome Lists containing this project

README

          

# true-random-name-generator
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa] [![status: archive](https://github.com/GIScience/badges/raw/master/status/archive.svg)](https://github.com/GIScience/badges#archive)

true-random-name-generator is a python script using [random.org](https://www.random.org/)'s true random numbers to generate a unique and anonymous username by selecting from [MIT's 10,000 word list](https://www.mit.edu/~ecprice/wordlist.10000).

## Usage

```python
python true-random-name-generator.py
>>> clock-depot
```

## License
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg