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.
- Host: GitHub
- URL: https://github.com/zeroto521/wox.plugin.switchcase
- Owner: Zeroto521
- License: mit
- Created: 2020-05-09T08:31:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T14:00:50.000Z (about 4 years ago)
- Last Synced: 2025-02-09T01:34:31.926Z (4 months ago)
- Topics: letters, wox-plugin
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wox.Plugin.SwitchCase
Switch letter Case.

## :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 wordsAlso you can change keywords at [constants.py](switchcase/constants.py).
## Requirement
- Python3.x
- pyperclip