Skip to content

omprakash0702/cli-coding-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– CLI Coding Assistant

An AI-powered Command-Line Coding Agent that helps you generate, debug, and run Python code directly from your terminal.


πŸš€ Features

  • Generate and execute Python scripts automatically
  • Integrates OpenAI API for intelligent code suggestions
  • Simple CLI commands for seamless interaction
  • Lightweight and easy to set up

πŸ› οΈ Setup

  1. Clone the repository using git clone https://github.com/<your-username>/cli-coding-assistant.git
  2. Navigate to the project directory using cd cli-coding-assistant
  3. Install dependencies with pip install -r requirements.txt
  4. Create a .env file and add your OpenAI API key:
    • OPENAI_API_KEY=your_api_key_here
  5. Run the agent using python agent.py

πŸ’» Usage

When prompted, type what you want the agent to build.
Example:
create a TODO app using HTML, CSS, and JS with CRUD operations


πŸ“¦ Requirements

  • Python 3.8 or higher
  • openai
  • python-dotenv
  • pydantic
  • requests

SAMPLES

sample 2 sample 1

About

An AI-powered CLI tool that generates and builds code projects automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published