This is a simple graphical tool to generate and send django prompt automatically to OpenAI API. It also automatically pastes the code response into the selected file.
- Select a directory to browse.
- Display all files and subdirectories.
- Navigate through directories.
- Automatically generate Context in the Prompt
- Type prompts related to the selected file in the input area.
- Automatically paste generated code into seleted file
-
Clone the repository.
-
Install dependencies using: pip install -r requirements.txt
-
Run the main application: python main.py