AudoCode v0.1 By R.Hasaranga.
AutoCode is an OpenAI based desktop tool generator. You can enter the requirement and this tool will generate the related python code. Generated code is not always the right one. You may have to generate multiple times to get a working code. Always check the code before you run it! Closing the code window will stop the running script.
This tool is useful for generating simple desktop utilities.
Before you begin, you need to acquire an API key from here: https://beta.openai.com/account/api-keys
Few text prompts to try:
show cpu usage on a label. update on every one second.
show a gui with a button to take screenshot of the desktop.
show a gui to convert webp to jpg.
run a web server which shows cpu usage in home page. update cpu usage on every one second using javascript. use the port 8080.