Skip to content

Given a file or some text, it scramble the middle letters of the words and prints the output to stdout

Notifications You must be signed in to change notification settings

George3d6/Sarcmlebr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Sarcmlebr

Given a file or some text, it scramble the middle letters of the words and prints the output to stdout

Usage examples:

Scramble some text:

python3 main.py --text='This is a test sentence that I wish to scramble.'

Scramble the text inside a file (uses utf-8 encoding):

python3 main.py --file='test.txt'

About

Given a file or some text, it scramble the middle letters of the words and prints the output to stdout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages