A simple Python utility to modify clipboard text using AI text transformations.
FixText is a command-line tool that takes text from your clipboard, transforms it according to selected style options, and places the modified text back in your clipboard.
- Four text transformation styles:
- Formal - Clean, well-written, and formal language
- Cult - Elevated, sophisticated language with complex vocabulary
- Valle Inclán - Mimics the style of Spanish writer Valle Inclán
- Non Sense - Creates playful, illogical word combinations
- uv
- A free tier GEMINI API KEY from Google AI Studio inside
.envfile.GEMINI_API_KEY=...
- Copy text to your clipboard
- Run the script:
uv run fixtext.py - Select a formatting option
- The transformed text will be placed in your clipboard, ready to paste
You can set up a keyboard shortcut using tools like PowerToys to quickly access FixText.
Ubuntu keyboard shortcut gnome-terminal -- bash -c 'cd ~/projects/fixtext && uv run fixtext.py' on keyboard custom shortcuts.
