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
How to run
Best part of CodeME is you just need two lines of code to initiate it.
1.To install CodeME python package.
pip install codeme
2.Now start the app
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
Now in terminal in the same working directory write a command python -m codeme <filename with its extension>
Aladdin will come out and will write code for you. Woah!
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.
Release files for codeme 0.1.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| codeme-0.1.9.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| codeme-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / codeme-0.1.9.tar.gz
| Download URL | codeme-0.1.9.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b1c38137c4d92016edfcbd41b23e13d24e44d8701623a8863847b0a6a32ad1fd
|
|
BLAKE2b-256 checksum How to use checksums |
0d17fb4e877efe48f9e1b6e626853e307e49bd654b5ba5a561df44178317f3c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|
Release files / codeme-0.1.9-py3-none-any.whl
| Download URL | codeme-0.1.9-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4ebd7b00daf4dde06c4e17c48155695d3da9d994c9911dfb11462787d379ec77
|
|
BLAKE2b-256 checksum How to use checksums |
aedd3247a462c2d2e9e6b27b6db355205eddfc0db65b045a1673a822befa5735
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.9
|