commit all archived files

This commit is contained in:
mappu 2015-05-31 08:08:10 +00:00
parent 7169d870a5
commit 550aac7946
3 changed files with 42 additions and 0 deletions

42
README.md Normal file
View 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)*

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB