Skip to main content

The ChatGPT command-line wrapper simplifies the execution of predetermined tasks through ChatGPT.

Project description

GPT simplify your daily Workflow (gptW)

gptW has eliminated the cumbersome process of entering a series of pre-commands before using ChatGPT for ease of use.

Example

Translate

You can simply use the "ww" command without having to first instruct ChatGPT that the following task is a translation

Translate to English

$ ww e "今天天气怎么样"

How's the weather today?

Translate to Chinese

$ ww c "who are you? "

你是谁?( shì shéi?)

Polish the document

Polish a document, supporting files as input.

ww d -f README.md

Code Review

$ ww r -f gptw/gptw.py

As an AI language model, I cannot run the code provided, but I can provide some feedback based on the code structure and syntax.

1. The code seems to be well-organized and follows PEP 8 guidelines for Python code.

2. The argparse module is used to parse command-line arguments, which is a good practice for command-line applications.

...

Overall, the code seems to be well-written and organized, but could benefit from some additional security measures and error handling.

Ask

Ask ChatGPT directly

$ ww a "who are you? "

I am an AI language model created by OpenAI.

Add your own custom command

Prepare to execute the command for chatGPT work and modify the gptw/config.json file Then create a pull request, or you can also write the command you want to add in an issue

gtpw/config.json:

{
    "version": "v1.0.0",
    "cmds": {
        "e": {
            "prompt": "Please translate the following text into English, and polish it to make it sound more natural and in line with native speaker conventions. Please refrain from providing any additional output beyond the translated text",
            "_comment": "Translate into English"
        },
        ...
    }
}

Currently, the following workflows are supported. You can run "ww -l" to obtain the available workflows.

$ ww --list

cmd | meaning                        | example
e   | Translate into English         | ww e 你好
c   | Translate into Chinese         | ww c how r u
p   | Polish sentence                | ww p hwo are you
a   | Just ask ChatGPT directly      | ww a who are you
d   | Polish document                | ww d -f README.md
r   | Code Review                    | ww r -f gptw/gptw.py

Installation

pip install --upgrade gptw
ww --key sk-..... # set your OpenAI API key

Uninstall

pip uninstall gptw

Development

pip install tox
make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gptw-0.0.4.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

gptw-0.0.4-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page