You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
After 5 iterations:
Load from existing
Example Use - Read and recursively enhance an existing script:
After 5 iterations:
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:
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.