mld-0 / word-scrambler

Selectively replace letters in words with random letters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

word-scrambler

Description

The Word Scrambler is a Python script that reads from standard input, breaks it into words, and randomly substitutes the letters in any word that consists of only lowercase letter or contains '://'. Only letters are scrambled. Whitespace is preserved.

Usage

cat "input.txt" | python3 word-scrambler.py > "output.txt"

About

Selectively replace letters in words with random letters


Languages

Language:Python 100.0%