Skip to content

Sarcastik contains a small Python programm to randomize string case to express sarcasm

License

Notifications You must be signed in to change notification settings

svenvarkel/sarcastik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Case

This simple script takes string from stdin and randomizes it's case. It can be used with command line tools to paste from clipboard and return converted string to clipboard.

Use case

Main use case for this is expressing sarcasm on social media.

Example usage

In shell

python3 sarcastik/sarcastic.py

On MacOS

pbpaste | python3 sarcastik/sarcastik.py | pbcopy

Helper script

There is helper shell script that can be used to run this script from anywhere.

./sarcastik.sh

About

Sarcastik contains a small Python programm to randomize string case to express sarcasm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published