https://github.com/kazvee/ezreply
🪶 Flask-based web app that streamlines customer support ✨LIVE DEMO✨ Dynamically generate pre-written responses to common requests & queries 📝
https://github.com/kazvee/ezreply
css flask html python
Last synced: 3 months ago
JSON representation
🪶 Flask-based web app that streamlines customer support ✨LIVE DEMO✨ Dynamically generate pre-written responses to common requests & queries 📝
- Host: GitHub
- URL: https://github.com/kazvee/ezreply
- Owner: kazvee
- License: unlicense
- Created: 2024-11-16T21:36:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T23:12:03.000Z (about 1 year ago)
- Last Synced: 2025-10-26T16:35:33.703Z (8 months ago)
- Topics: css, flask, html, python
- Language: HTML
- Homepage: https://ezreply.kazvee.com
- Size: 758 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ezReply
✨ [LIVE DEMO](https://ezreply.kazvee.com/) ✨
**ezReply** is a lightweight, Flask-based web application designed to streamline customer support by generating pre-written replies for common requests.
With a simple dropdown menu, users can select predefined customer support actions, and the corresponding reply is generated instantly. This eliminates the need for repetitive typing and speeds up responses. Replies can be easily copied into emails, forum posts, or chat messages.
## Final Product
https://github.com/user-attachments/assets/2751940f-4010-4101-94dd-3a45042cce5e

## Features
* **Dropdown Menu:** Quickly select predefined actions for instant replies
* **Dynamic Reply Generation:** Replies are automatically generated when an action is selected
* **Modern and Minimal UI:** A clean, user-friendly interface for enhanced usability
* **Customizable:** Easily add or modify actions and replies to suit your needs
# Technical Requirements
* **Python:** Version 3.12
* **Flask:** Version 3.0.3
## Installation
* Fork this repository to your GitHub account
* Clone your fork to your local machine and navigate to the project folder
* Create a virtual environment with: `python3 -m venv venv`
* Activate the virtual environment with: `source venv/bin/activate`
* Install project dependencies with: `pip install -r requirements.txt`
* Start the server using: `flask run`
* Navigate to [http://localhost:5000](http://localhost:5000/) in your browser
## Acknowledgements & Thanks
* [GitHub](https://icons8.com/icon/OekWdZr7M4hU/github) icon by [Icons8](https://icons8.com)
* Favicon by [Favicon.io](https://favicon.io/)