PointlessAI / Recursive-GPT-Code-Generator

Introducing the PointlessAI Recursive GPT Code Generator. Enhance existing scripts or generate new ones. Enter your app idea, run the script, then enhance the code dynamically with up to 1000 X iterations. Self healing code will fix any errors dynamically.

Home Page:https://pointlessai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursive GPT Code Generator

Generate code snippets recursively using OpenAI GPT API

Optimize existing scripts

  • Python + OpenAI API (include .env file with key)
  • Run in Python virtual environment
  • main.py is advanced script generation
  • pip install -r requirements.txt
  • Scripts saved in /gen_code

Useage

  • Options:
  • Generate from scratch / load an existing script / continue from previous iteration

Generate from scratch

  • Example Use - create a script to generate a custom Linux desktop file manager: Update code idea and language
  • After 5 iterations: Desktop File Manager

Load from existing

  • Example Use - Read and recursively enhance an existing script: Set file load path
  • After 5 iterations: Happy AI

Testing Options

  • Generated scripts are tested on the fly. If a script produces a GUI or runs a long time then it is best to test through compiling only.
  • Select static (compile only) or dynamic (exec full script) testing depending on requirements: Select testing method
  • After 5 iterations: Pong

About

Introducing the PointlessAI Recursive GPT Code Generator. Enhance existing scripts or generate new ones. Enter your app idea, run the script, then enhance the code dynamically with up to 1000 X iterations. Self healing code will fix any errors dynamically.

https://pointlessai.com


Languages

Language:Python 100.0%