Skip to content
forked from Ed1123/2gpt

Convert project to format digestible by ChatGPT

License

Notifications You must be signed in to change notification settings

krausality/2gpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project to GPT

A simple terminal app that converts a given project folder into text feedable to ChatGPT (or any other LLM).

Features

  • Outputs the file tree of the project follow by the content of each file
  • Ignores dot files/folders (e.g. .git folder)
  • Ignores files/folders in .gitignore (e.g. venv, build files, etc.)

Installation

git clone https://github.com/Ed1123/2gpt.git
cd 2gpt
pip install .

Usage

2gpt path_to_project

Inside your project directory:

2gpt .

Motivation

I wanted to get feedback for a project I have and I couldn't find anything similar online so I build it.

I may consider uploading it to PyPi.

About

Convert project to format digestible by ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%