An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Tools & Projects (Developed & Deployed by Ganesh Nalawade):

### [`repmt`](https://github.com/reprompts/repmt) - Static Prompt Generator

![Downloads](https://static.pepy.tech/badge/repmt/month)
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

![Downloads](https://static.pepy.tech/badge/fastsecforge/month)
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

![Downloads](https://static.pepy.tech/badge/flasksecforge/month)
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

![Downloads](https://static.pepy.tech/badge/pyapptest/month)
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

![Downloads](https://static.pepy.tech/badge/pyttsgen/month)
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

![Downloads](https://static.pepy.tech/badge/gitstarter/month)
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

![Downloads](https://static.pepy.tech/badge/lightchat/month)
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.

---