- AI - Command Execution Prompt (Ctrl+F7): Perform almost any action in windows like "open recycle bin" using a text box (multi steps support)
- Fix Text (Ctrl+F8): Automatically corrects capitalization and punctuation
- AI - Rephrase (Ctrl+F9): AI-powered text rephrasing with multiple suggestions (first suggestion does not rephras the text just "fixes" the text)
- AI - Switch Suggestions (Ctrl+F10): Cycle through different rephrasing options (by default 3)
- AI - Translate (Ctrl+F11): Automatic translation between English and German (Or any other language)
- AI - Custom Prompt (Ctrl+F12): Open a popup for custom AI text operations with some presets
Important
For all AI features, an open router API key is needed.
- Download
Autocorrect.exe
from the latest release - Run
Autocorrect.exe
- Clone the repository:
git clone https://github.com/max1mde/FIX.git
- Create a virtual environment:
python -m venv venv
source venv/Scripts/activate
- Install requirements:
pip install -r requirements.txt
- Create an API key at OpenRouter
- Launch the app and enter your API key in settings
- Press
Save Settings
to apply the API key - Configure hotkeys and preferences as needed
-
When "Auto Select Text" is enabled:
- Pressing a hotkey will automatically select all text in the current field
- The selected text will be processed according to the hotkey function
- Modified text automatically replaces the original
-
When "Auto Select Text" is disabled:
- Manually select the text you want to modify
- Press the appropriate hotkey
-
Command Execution Prompt (Ctrl+F7)
-
Fix Text (Ctrl+F8)
- Adds capitalization, and punctuation
- Applies custom replacement rules
- Perfect for quick text cleanup
-
Rephrase (Ctrl+F9) AI
- Generates multiple AI-powered rephrasing options (3 by default)
- Use Ctrl+F10 to cycle through suggestions
- Maintains original meaning while improving clarity
-
Translate (Ctrl+F11) AI
- Automatically detects language
- Translates between English and an alternate language (default is German)
- Preserves formatting and tone
-
Custom Prompt (Ctrl+F12) AI
- Opens popup with preset operations (when text is marked; otherwise, just an input field)
- Allows custom AI instructions
- Quick access to common text transformations
- App minimizes to system tray for easy access
- Right-click tray icon for quick settings access
- Windows 10/11
- Python 3.10+ (for building from source)
- Internet connection for AI features
- Account on https://openrouter.ai/ with credits
pip install pyinstaller
pyinstaller main.spec
The executable will be created in the dist
folder.
Settings are stored in %APPDATA%/Autocorrect/settings.json