https://github.com/squarepear/portmanteau
A python script to create a portmanteau of words
https://github.com/squarepear/portmanteau
Last synced: 11 months ago
JSON representation
A python script to create a portmanteau of words
- Host: GitHub
- URL: https://github.com/squarepear/portmanteau
- Owner: squarepear
- Created: 2021-08-02T05:07:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T16:05:59.000Z (almost 5 years ago)
- Last Synced: 2025-05-27T00:14:27.743Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portmanteau.py
## USAGE:
```
portmanteau [OPTIONS] [WORDS]
```
## OPTIONS:
```
-h, --help Prints this message
-f, --file File to import list of words
```
## ARGS:
```
[WORDS]... Words to combine.
```