Metadata-Version: 2.1
Name: codeme
Version: 0.1.9
Summary: CodeMe - Automatic Python Coder
Author: Neetish Singh(AAYS Anaytics)
Author-email: <neetishsingh97@gmail.com>
Keywords: python,pyspark,spark,ingestion,data,dataframe,analysis,schema,pandas,chatgpt,auto,bot
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown



![Logo](https://raw.githubusercontent.com/neetishsingh/customItems/main/LogoMakr-3vOhNL.png)



[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)


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

## Authors

- [@neetishsingh](https://github.com/neetishsingh/sharevia)


## How to run

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

1.To install CodeME python package.
```bash
  pip install codeme
```

2.Now start the app
```bash
  python -m codeme <filename with extension>
```
Note: The only requirement to take benifit of this sharing framework in that you need to have python installed.




    
## Demo

In 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` 

![alt text](https://raw.githubusercontent.com/neetishsingh/customItems/main/Capture1.PNG)

Now in terminal in the same working directory write a command `python -m codeme <filename with its extension>`

![alt text](https://raw.githubusercontent.com/neetishsingh/customItems/main/Capture2.PNG)

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

![alt text](https://raw.githubusercontent.com/neetishsingh/customItems/main/Capture3.PNG)

There is a lot more optimization and things coming whose screenshot will be added soon 

Note: This will code for any coding language even it can write anything for you as it involved chat gpt features.



## Contributing

Contributions are always welcome!

Lets connect and discuss your ideas and scope of improvement

Please adhere to this project's `code of conduct`.


## Support

For support, email neetishsingh97@gmail.com or call me at +91-9643046366.

