A simple text editor that uses the GPT-3 language model to generate code based on human instructions.
- Open and save text files
- Cut, copy, and paste text
- Use the GPT-3 language model to generate code based on human instructions
- Run the program by executing
python AIWriter.py
- Type in the text area to create a new file or edit an existing one
- Use the menu or keyboard shortcuts to open, save, cut, copy, and paste text
- To use the AI, go to the "AI" menu and select "Use AI"
- Enter a prompt in the dialog box and click "OK"
- The AI will generate code based on the prompt and insert it into the text area
- Python 3.7 or higher
- The
g4f
library, which can be installed withpip install g4f
- The
tkinter
library, which is included with most Python installations
This program is licensed under the MIT License. See the LICENSE
file for details.
This program uses the GPT-3 language model, which is a product of the OpenAI organization. The GPT-3 language model is licensed under the MIT License. See the LICENSE
file for details.