1
0
Fork
You've already forked Text-Modifier
0
A script for simple string manipulations.
  • Shell 51.1%
  • Python 48.9%
2025年07月25日 19:47:36 -04:00
LICENSE Initial commit 2025年07月24日 19:04:55 +02:00
README.md Updates documentation. 2025年07月25日 19:47:36 -04:00
text.py Adds support for alternating capitalisation. 2025年07月25日 19:46:48 -04:00
text.sh Adds support for alternating capitalisation. 2025年07月25日 19:46:44 -04:00

This script manipulates text inputs to various output transformations:

  • Alternating capitalisation
  • Morse code
  • Superscript

Run either of the following from a command line to receive a translated output. Executing with --help will present all avilable options.

# Bash
bash text.sh <option>
# Python
python text.py <option>