AI Prompt Prettify is a desktop application created by KPZsProductions that allows you to enhance prompts (commands) for AI models such as Google Gemini. Thanks to its intuitive user interface, the application enables quick and convenient improvement of prompt quality, resulting in better and more precise responses generated by artificial intelligence.
The application uses the Gemini API, automatically detects and saves the API key, and offers a range of features to make working with prompts easier every day.
- AI prompt enhancement – automatic improvement and expansion of commands for AI models.
- User-friendly graphical interface – application based on Tkinter with a modern look.
- Clipboard support – quickly paste and copy text.
- API key configuration – easy input and saving of the Gemini API key.
- Hotkey – global hotkey
Ctrl+Alt+Pfor quick window show/hide. - Automatic copying of enhanced prompt – after enhancement, the prompt is immediately in the clipboard.
- Progress bar – information about the ongoing enhancement process.
- Multilingual support – the application preserves the original prompt language.
- Security – the API key can be saved locally or used temporarily.
- Run the application (
python main.py). - Enter your prompt in the top text field or paste it from the clipboard.
- Click "Enhance Prompt" to improve your command.
- The enhanced prompt will appear in the bottom field and will be automatically copied to the clipboard.
- Use the buttons to copy, clear the field, paste new text, or configure the API key.
- You can hide or show the application window with the
Ctrl+Alt+Photkey. - To close the application, click "Quit application".
-
Requirements:
- Python 3.8 or newer
- Windows system (recommended)
- Gemini API key (available at Google AI Studio)
-
Install dependencies:
pip install tkinter keyboard pyperclip google-generativeai
-
Run the application:
python main.py
-
First launch:
- On first launch, you will be asked to provide your Gemini API key.
- You can save the key locally in the
config.jsonfile or use it temporarily.
Want to help develop the project? Contributions are welcome!
- Report bugs and feature requests via Issues.
- Fork the repository, create your own branches, and submit Pull Requests.
- Follow good coding practices and describe your changes.
The AI Prompt Prettify project is copyright © 2025 KPZsProductions. All rights reserved.
Author: KPZsProductions
Contact: GitHub Profile