Skip to main content

A simple tool to convert source files to a single prompt file for LLMs

Project description

Source2Prompt

PyPI Downloads

Source2Prompt is a Python package that converts all text files in a directory into a single prompt file for use with Large Language Models (LLMs). It recursively scans the specified directory and its subdirectories, identifies text files based on their MIME types, and combines their contents into a single prompt.txt file.

Installation

You can install Source2Prompt using pip:

pip install source2prompt

Usage

To use Source2Prompt, open a terminal or command prompt and run the following command:

  1. Specify a directory:
    For example, if you want to process text files in the C:\Users\YourName\Documents\MyProject directory, run this:
s2p C:\Users\YourName\Documents\MyProject
  1. Use the current directory: This command will process the text files in your current working directory:
s2p here

You can split the output into multiple prompt files using the --cut option:

s2p <directory> --cut <number>

After running the command, Source2Prompt will generate a prompt.txt file in the specified directory. This file will contain the contents of all text files found in the directory and its subdirectories.

Supported File Types

Source2Prompt identifies text files based on their MIME types. It supports a wide range of text file formats, including but not limited to:

  • Plain text files (.txt)
  • Python files (.py)
  • Markdown files (.md)
  • JSON files (.json)
  • CSV files (.csv)
  • HTML files (.html, .htm)
  • CSS files (.css)
  • JavaScript files (.js)

Any file with a MIME type starting with text/ will be considered a text file and included in the prompt.txt file.

s2p Output Format

The generated prompt.txt file will have the following format:

path/to/file1.txt:
Contents of file1.txt

path/to/file2.md:
Contents of file2.md

...

Each file's content is preceded by its relative path within the specified directory, followed by a colon and a newline. The file contents are then included, followed by two newline characters to separate it from the next file.

This project is licensed under the MIT License. See the LICENSE file for details.

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

source2prompt-0.3.2.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

source2prompt-0.3.2-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file source2prompt-0.3.2.tar.gz.

File metadata

  • Download URL: source2prompt-0.3.2.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.6

File hashes

Hashes for source2prompt-0.3.2.tar.gz
Algorithm Hash digest
SHA256 e3fbf14e0e1e0816ef025853454304bcee8ec4cc8067ea02e8fe220fba2aa4d2
MD5 b8b4de9ca86c6539c1bde03763f31bc6
BLAKE2b-256 27ab899d9d2906597d168c111e5d7a6b0157bb944cef4dfe6f0efe6ad8667150

See more details on using hashes here.

File details

Details for the file source2prompt-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: source2prompt-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.6

File hashes

Hashes for source2prompt-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3799746e4ad1ef282d9b25ba0c3e2773ae13198279c521e1fb17686b6e84158d
MD5 b65d4d5c4dd1282fc41cdb244ad4e62e
BLAKE2b-256 7aea9e17137d7738af2d51b52286cb959904a82f88b08cdf18ebab1bd7b070e8

See more details on using hashes here.

Supported by

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