-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Rania Amina edited this page Oct 1, 2024
·
1 revision
This is simple python macro script for LibreOffice to help you generate content from selected words/sentences with OpenAI or Google AI. The latest update allow you to do more;
- Generate Content
- Translate to other language
- Summarize long content
- Improve content
- Other custom task (solve math question and much more)
- APSO (Alternative Python Script Organizer), get here Apso Gitlab
- OpenAI API Key, get here: OpenAI Platform
- Google AI API Key, get here Google AI
- zenity for handle progressbar (optional)
- Some Python Modules;
- python-dotenv
- openai
- google-generativeai
- ttkthemes
- Little knowledge of LibreOffice macros and python