https://github.com/reprompts/tools
All the tools created by RePromptsQuest.
https://github.com/reprompts/tools
Last synced: about 1 month ago
JSON representation
All the tools created by RePromptsQuest.
- Host: GitHub
- URL: https://github.com/reprompts/tools
- Owner: Reprompts
- Created: 2025-10-01T21:55:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-29T14:16:53.000Z (3 months ago)
- Last Synced: 2026-01-01T17:27:26.291Z (3 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tools & Projects (Developed & Deployed by Ganesh Nalawade):
### [`repmt`](https://github.com/reprompts/repmt) - Static Prompt Generator

Easily extract static prompts from large code repositories. Offline and lightweight. Perfect for researchers and LLM projects.
[View Repository](https://github.com/reprompts/repmt) | [Discussions](https://github.com/reprompts/repmt/discussions)
---
### [`fastsecforge`](https://github.com/reprompts/fastsecforge) - Secure FastAPI Boilerplate Generator

CLI-based tool to generate a FastAPI project with built-in security features like JWT, rate-limiting, CORS, headers, and more.
[View Repository](https://github.com/reprompts/fastsecforge) | [Discussions](https://github.com/reprompts/fastsecforge/discussions)
---
### [`flasksecforge`](https://github.com/reprompts/flasksecforge) - Secure Flask Boilerplate Generator

Same as `fastsecforge` but made for Flask — generate secure Flask REST APIs in seconds.
[View Repository](https://github.com/reprompts/flasksecforge) | [Discussions](https://github.com/reprompts/flasksecforge/discussions)
---
### [`pyapptest`](https://github.com/reprompts/pyapptest) - Visual Python API Tester

Streamlit-based UI for testing APIs directly from your project folder. Autodetects endpoints and supports GET/POST/PUT/DELETE testing flows.
[View Repository](https://github.com/reprompts/pyapptest) | [Discussions](https://github.com/reprompts/pyapptest/discussions)
---
### [`pyttsgen`](https://github.com/reprompts/pyttsgen) - Text to Speech Generator

Text-to-speech library using Microsoft Edge TTS — produce high-quality speech offline or programmatically.
[View Repository](https://github.com/reprompts/pyttsgen) | [Discussions](https://github.com/reprompts/pyttsgen/discussions)
---
### [`gitstarter`](https://github.com/reprompts/gitstarter) - GitHub Visual CLI

Use a Streamlit-based interface to visually execute GitHub operations: commits, branches, status, pushes, and more — no command-line needed.
[View Repository](https://github.com/reprompts/gitstarter) | [Discussions](https://github.com/reprompts/gitstarter/discussions)
---
### [`lightchat`](https://github.com/reprompts/lightchat) - lightweight GPT-2-based toolkit

LightChat is a lightweight GPT-2–based toolkit built on top of DistilGPT2. It enables anyone to train, deploy, and interact with a custom chatbot on low‑end devices using simple CLI commands
[View Repository](https://github.com/reprompts/lightchat) | [Discussions](https://github.com/reprompts/lightchat/discussions)
---
## Install All Tools (Example)
You can install the libraries individually as needed:
```bash
pip install repmt fastsecforge flasksecforge pyapptest pyttsgen gitstarter
```
## More Coming Soon!
RePromptsHub is continuously growing - stay tuned for even more dev-focused libraries and utilities.
---