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

https://github.com/tomfaulkner/uuid

Uuid and fake uuid generator scripts
https://github.com/tomfaulkner/uuid

Last synced: 3 months ago
JSON representation

Uuid and fake uuid generator scripts

Awesome Lists containing this project

README

        

A couple Python scripts to quickly generate UUIDs or fake UUIDs with descriptive names.

# gen_uuid.py Usage:
```
python3 gen_uuid.py x
```
Replace `x` with an integer to get that many UUIDs.

# uuid-replacer.py
```
python3 uuid-replacer.py DescName x y
```
Replace `DescName` with an exactly eight character string.

Replace `x` with starting fake UUID number.

Replace `y` with how many fake UUIDs you want.

Requires Python 3.6+