A desktop application that helps you generate and understand Excel formulas using OpenAI's GPT model.
- Generate Excel formulas by describing what you want to achieve
- Get detailed explanations of existing Excel formulas
- Simple and intuitive user interface
- Python 3.10 or higher
- PyQt6
- OpenAI Python package
- Clone this repository
- Install the required packages:
pip install -r requirements.txt
- Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY='your-api-key-here'
- Run the application:
python excel_formula_assistant.py
- Select the mode (Generate Formula or Explain Formula)
- Enter your request or formula in the input text box
- Click "Process" to get the result
- You must have a valid OpenAI API key to use this application
- The application uses GPT-4o-mini model for generating responses
