Skip to content

sarfarazunarr/notepad_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Notepad AI

A simple text editor that uses the GPT-3 language model to generate code based on human instructions.

Features

  • Open and save text files
  • Cut, copy, and paste text
  • Use the GPT-3 language model to generate code based on human instructions

Usage

  1. Run the program by executing python AIWriter.py
  2. Type in the text area to create a new file or edit an existing one
  3. Use the menu or keyboard shortcuts to open, save, cut, copy, and paste text
  4. To use the AI, go to the "AI" menu and select "Use AI"
  5. Enter a prompt in the dialog box and click "OK"
  6. The AI will generate code based on the prompt and insert it into the text area

Requirements

  • Python 3.7 or higher
  • The g4f library, which can be installed with pip install g4f
  • The tkinter library, which is included with most Python installations

License

This program is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

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.

Releases

No releases published

Packages

No packages published

Languages