sarfarazunarr / notepad_ai

Watch Complete Tutorial On this Link

Home Page:https://youtu.be/UrUKMs0f0qg?si=7MVX_O6E17bMfHzR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Watch Complete Tutorial On this Link

https://youtu.be/UrUKMs0f0qg?si=7MVX_O6E17bMfHzR


Languages

Language:Python 100.0%