Skip to content

Chikku is a CLI coding assistant that helps you generate and fix code using natural language prompts. Chikku is powered by state-of-the-art AI models and supports various programming languages and frameworks.

Notifications You must be signed in to change notification settings

pranavkdileep/Chikku-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chikku

Chikku is a CLI coding assistant that helps you generate and fix code using natural language prompts. Chikku is powered by state-of-the-art AI models and supports various programming languages and frameworks.

Installation

Chikku requires Python 3.6 or higher and pip to run. It is available on Windows, Mac, and Linux operating systems.

To install Chikku, simply run the following command in your terminal:

pip install chikku

To update Chikku to the latest version, run:

pip install chikku --upgrade

Usage

To chat with Chikku bot assistant, run:

chikku

To generate code files from natural language prompts, run:

chikku --prompt "Your Prompt" --filename Your_File_Name_With_Extension

For example, to generate a Python file that prints "Hello World", run:

chikku --prompt "print hello world in python" --filename hello.py

To fix any code errors or bugs, run:

chikku --fix "Error_To_Fix" --filename Name_of_the_File_To_Fix_With_Extension

For example, to fix a syntax error in a Python file, run:

chikku --fix "SyntaxError: invalid syntax" --filename hello.py

Feedback

If you have any feedback, suggestions, or issues with Chikku, please feel free to contact me at chikku@techypranav.eu.org. I would love to hear from you and improve Chikku. Thank you for using Chikku! 😊

About

Chikku is a CLI coding assistant that helps you generate and fix code using natural language prompts. Chikku is powered by state-of-the-art AI models and supports various programming languages and frameworks.

Topics

Resources

Stars

Watchers

Forks

Languages