collin-murphy / selection-to-chatgpt

Selected text over TCP to a server that processes it using chatGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selection-to-chatgpt

Description

This is a program that when run, will take whatever text you have selected, and run chatgpt and return it to your terminal.

Usage

Run the command python3 select_to_chatgpt.py, select some text, and hit the default key combination control + alt + space. This command can be changed.

Dependencies

Todo:

I'm currently working on making it work over TCP so that it can be used from a host machine to a remote server. This code is currently contained in the old-or-wip directory.

About

Selected text over TCP to a server that processes it using chatGPT


Languages

Language:Python 100.0%