commit all archived files
This commit is contained in:
parent
7169d870a5
commit
550aac7946
42
README.md
Normal file
42
README.md
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
# acrostic-gen
|
||||||
|
|
||||||
|
![](https://img.shields.io/badge/written%20in-PHP-blue)
|
||||||
|
|
||||||
|
Script to generate random acrostic gibberish.
|
||||||
|
|
||||||
|
The distribution zip file includes two wordlists; an english dictionary derived from Debian Jessie's `wamerican` package, and a list of business-oriented buzzwords and phrases.
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
$ acrostic-gen.php $(cat words-ame-filtered | shuf -n1) words-ame-filtered
|
||||||
|
|
||||||
|
cAppuccinos
|
||||||
|
tUcuman
|
||||||
|
denoTe
|
||||||
|
beHring
|
||||||
|
insurEr
|
||||||
|
caddyiNg
|
||||||
|
demeTrius
|
||||||
|
objectIvely
|
||||||
|
proseCution
|
||||||
|
tenAcious
|
||||||
|
promiscuousLy
|
||||||
|
tranquiLlity
|
||||||
|
noYce
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
- Bias random word selection to favour what would more centrally-align the text
|
||||||
|
- Option to left- or right-align generated text
|
||||||
|
- Colourize text output if terminal is detected
|
||||||
|
- Create fancy motivational jpeg image
|
||||||
|
- Become millionaire via selling email subscriptions
|
||||||
|
|
||||||
|
|
||||||
|
## Download
|
||||||
|
|
||||||
|
- [⬇️ acrostic-gen_r01.zip](dist-archive/acrostic-gen_r01.zip) *(170.14 KiB)*
|
BIN
dist-archive/acrostic-gen_r01.zip
Normal file
BIN
dist-archive/acrostic-gen_r01.zip
Normal file
Binary file not shown.
BIN
doc/acrostic-gen-screenshot.png
Normal file
BIN
doc/acrostic-gen-screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user