Fix AI is a macOS application designed to enhance your writing using OpenAI's language model. It allows you to improve your text by making it more professional or friendly with emojis.
- Text Enhancement: Choose between two enhancement modes:
- Professional: Makes the text more formal while maintaining its core meaning.
- Friendly with Emoji: Makes the text more casual and friendly, adding appropriate emojis.
- API Key Management: Easily set and save your OpenAI API key.
- User-Friendly Interface: Simple menu-driven interface for quick access to features.
- macOS
- Python 3.x
- Required Python packages:
rumps
openai
pyperclip
pyinstaller
There are two ways to build and install Fix AI:
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Install the required packages:
pip install -r requirements.txt
-
Build the application using PyInstaller:
pyinstaller "Fix AI.spec"
-
After building, you can find the application in the
dist
directory.
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Install the required packages:
pip install -r requirements.txt
-
Set up the application:
python setup.py py2app
-
After building, you can find the application in the
dist
directory.
- Launch the Fix AI application.
- Select the text you want to enhance.
- Click on the desired enhancement option from the menu.
- If prompted, enter your OpenAI API key.
- The enhanced text will be automatically copied to your clipboard.
The application can be built using the included spec file:
pyinstaller --windowed --name="Fix AI" --icon=app.iconset/FixAI.icns fix_ai.py
Or simply:
pyinstaller "Fix AI.spec"
This project is licensed under the MIT License. See the LICENSE file for details.
- Made by Adjie Purbojati
- Powered by OpenAI's language model