← Back to Portfolio Software

Prompt Manager

A CLI tool for managing and filling reusable prompt templates for ChatGPT and LLMs.

Date October 2024
Role Developer
CodePythonCLIAILLM
Prompt Manager

About

A command-line utility for managing a library of reusable prompt templates stored in CSV format. Select a prompt from an interactive menu, fill in variable placeholders, and the completed prompt is automatically copied to your clipboard — ready to paste into ChatGPT or any LLM interface.

Features

  • CSV-based prompt library with title and template columns
  • Interactive terminal menu for prompt selection
  • Variable substitution with {placeholder} syntax and multi-line input
  • Automatic clipboard copy of the final prompt
  • Color-coded terminal output with colorama

View on GitHub