Skip to content

A GPT3 powered CLI that accepts natural language as input to perform various tasks

License

Notifications You must be signed in to change notification settings

sabari245/gpt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT CLI

GPT CLI is a Python-based project that enables natural language command execution. With this command-line interface, you can interact with your system using plain English commands, making it easier and more intuitive to perform various tasks.

Video Demo

Installation

To use GPT CLI, please follow the steps below:

  1. Clone the repository:

    git clone https://github.com/sabari245/gpt-cli.git
  2. Navigate to the project directory:

    cd gpt-cli
  3. Install the required dependencies using pip:

    pip install -r requirements.txt
  4. Update the env file with your desired settings and configurations. This file contains environment variables that can be customized to suit your needs.

Usage

Once you have installed the dependencies and updated the env file, you can start using GPT CLI. Simply run the following command in your terminal:

python main.py

The CLI will start, and you can enter natural language commands to execute various actions. For example, you could say "create a file example.txt," or "combined tasks like commit and push to the origin" and GPT CLI will perform the corresponding action.

Feel free to explore the available commands and experiment with different tasks using natural language.

Contribution

Contributions to the GPT CLI project are welcome! If you find any issues or have suggestions for improvements, please open an issue on the GitHub repository. You can also fork the project, make changes, and submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

We would like to express our gratitude to the open-source community for their invaluable contributions, which helped shape and improve GPT CLI.

Thank You!

We appreciate your interest in GPT CLI. If you have any questions or need assistance, please don't hesitate to reach out. Happy coding!

About

A GPT3 powered CLI that accepts natural language as input to perform various tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages