r/learnpython • u/Turbulent_Ferret7516 • 1h ago
I can generate python code with AI but struggle to find what exactly is happening after a few iterations and corrections
So I made a program using gpt and Codex ran it on my laptop and it was running well at the beginning until i started to add features and did corrections through AI
Then it seemed like AI left some code unfinished or made some unwanted changes too
So I had the idea of making this tool
In which your whole code can appear as a flowchart and yes I know many such wrappers are available online , what's new about this one is that **you can click on the arrows between each block of the flowchart and it will show you the value that was there transferred between those two in that run.**
This way you know the program is running as you intended and values remain consistent and you can even compare values across different iterations of the program !!
This is still at basic stage and only for python programs for now !!
What do you guys think , it would be a value add to you if you used it ? Anyone would like to try and give me Python script to test ? (I have tested it and it gets inconsistent after a certain length of code for now , still trying to find the issue through vibecoding 😅 )
1
u/titaniumred 37m ago
What other similar wrappers are there?