Clearify is a tool to improve your written text by generating varied, refined versions while maintaining the original meaning. You can copy a raw text to the clipboard, trigger Clearify, and select from polished alternatives.
- Automatically refines and rewrites text.
- Generates multiple variations for flexibility.
- Simple GUI for selecting your preferred output.
- Preserves your original writing style.
-
Clone the repository:
git clone https://github.com/your-username/Clearify.git cd Clearify
-
Install dependencies:
pip install -r requirements.txt
-
Set up your OpenAI API key in the environment:
export OPENAI_API_KEY=your-api-key
Run the script:
python main.py
Copy text to the clipboard, and the app will generate refined alternatives for you to choose from.
- Python 3.7+
- wxPython
- loguru
- pyperclip