CodeMe lets you code by not coding.

CodeMe lets you code by not coding.

We saw powerful tools like ChatGPT which provides you playground where you can ask some commands and it prompts the response for it. It is also quite efficient in terms of if we ask for any coding problems. But logging over to the website, launching playground, prompting commands, and then COPY+PASTE it in the code where you are coding is quite a huge task.

So, Do you have any easy solution or options to tackle it?

Absolutely Yes. Now you just need a python command to run which will automatically code for you. Read the below process.


No alt text provided for this image

CodeME is a python tool through which you can autocomplete your code just by asking for it. It takes help from chatGPT to accomplish it and do changes in your existing code.

How to run

Best part of CodeME is you just need two lines of code to initiate it.

pip install codeme        

2. Now start the app(In the working directory where you are coding)

python -m codeme <filename with extension>        

Note: The only requirement to take benefits of this framework is that you need to have python installed.

Demo

n the working file add `#` in a new line and write your command as `#command` and save it.

Example:  `# write a python program for adls databricks connection`

No alt text provided for this image

Now in the terminal in the same working directory write the command

python -m codeme <filename with its extension>        
No alt text provided for this image


Finally! Aladdin will come out and will write code for you. Woah!

No alt text provided for this image

>This Tool will code in any language so, Enjoy. Don't forget to reshare my hard work. Incase of any suggestion you can connect with me @ neetishsingh97@gmail.com or +91-9643046366

To view or add a comment, sign in

More articles by Neetish Singh

Others also viewed

Explore content categories