An open API service indexing awesome lists of open source software.

https://github.com/toasterbirb/random-case

A small program to randomize the casing of a given string to make it look weird and goofy
https://github.com/toasterbirb/random-case

Last synced: 11 months ago
JSON representation

A small program to randomize the casing of a given string to make it look weird and goofy

Awesome Lists containing this project

README

          

# Random case
A small program to randomize the casing of a given string to make it look weird and goofy

Example:
```
$ ./random_case "This is a test"
THiS Is a tESt
```