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

https://github.com/zeroto521/wox.plugin.switchcase

Switch letter Case.
https://github.com/zeroto521/wox.plugin.switchcase

letters wox-plugin

Last synced: about 2 months ago
JSON representation

Switch letter Case.

Awesome Lists containing this project

README

        

# Wox.Plugin.SwitchCase

Switch letter Case.

![](assets/example.png)

## :bookmark: Versions

- [Flow](https://github.com/Zeroto521/Wox.Plugin.SwitchCase/tree/master)
- [Wox](https://github.com/Zeroto521/Wox.Plugin.SwitchCase/tree/wox)

## Example

- `switch u words`
- `switch l WORDS`

## Keywords

- `u` or `upper`: upper words
- `l` or `lower`: lower words

Also you can change keywords at [constants.py](switchcase/constants.py).

## Requirement

- Python3.x
- pyperclip