A simple tool for generating random, memorable names - better than UUIDs
Project description
ezname
A simple tool for generating random, memorable names - better than UUIDs
Overview
ezname is a Python tool that generates random, human-readable names that are much more memorable than UUIDs or timestamps. Use them for experiments, temporary resources, projects, or anywhere you need a distinctive identifier.
Installation
pip install ezname
Usage
- Python
import ezname
ezname.generate()
# happy-friday
ezname.generate(prefix="run", suffix="v1.0", delimiter="_")
# run_sleepy_penguin_v1.0
ezname.generate(as_tuple=True)
# ("bad", "cop")
ezname.generate_batch(3)
# ['desirable-none', 'old-code', 'troublesome-rod']
- Terminal
$ ezname
>> witty-calculator
Features
- Generates names that are easy to pronounce and understand
- Provides customizable naming options with prefixes, suffixes, and delimiters
- Supports tuple output format for structured naming
License
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ezname-0.1.0.tar.gz.
File metadata
- Download URL: ezname-0.1.0.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2904fa12e70892b7350089b13b7996930ff6d5ef39e437cc66795259cdf4e787
|
|
| MD5 |
977bb07a56c5bd92e3a47c635079f89e
|
|
| BLAKE2b-256 |
16dda2315c051cfa0c6cab865a51f15e96aa450007ad499e83d7dbfcdf0ebefe
|
File details
Details for the file ezname-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ezname-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04fec229e5b4e5566f7b4f96bdde5b50972ecdc1bae9c537194db060e8c9355b
|
|
| MD5 |
dfcc0f2eee2705ecb7e843267c9cc12b
|
|
| BLAKE2b-256 |
c0b6781543acc6a9934878590969f5d05220a4142e0aa1c12a3475d4086964ce
|