this is an automatic documentation generator using generative ai made in python.
this should not be used in production-ready apps. it is not a replacement for actual humans.
the encryption process can change your code.
this CAN use a HUGE amount of tokens if your codebase is big. PLEASE DO NOT use this on actual projects.
this is just a proof of concept and is NOT a finalized product.
its current in development, so you cannot use it :3
soon though.
this aims to give users a fast and easy way to generate docstrings/documentation for their python programs (for now only python)
it uses python's ast module to parse the code into an ast, then processes it using google gemini's api key to generate a suitable summary of the code.
oh man
code parser data compression basic ai prompt
ai analyzer
multi file support
docstring detection + analyzing
ai integration
github actions support (for things like auto docuentations on push)