https://github.com/napoii/prompt-filter
🌟✨ Welcome to our sleek prompt filter tool! 🌟✨ Input items separated by commas to generate buttons for each. Click to copy items to clipboard. Enjoy the clean, dark-themed design! 🌙🔍
https://github.com/napoii/prompt-filter
prompt prompt-ai prompt-engineering prompt-generator prompt-toolkit
Last synced: 3 months ago
JSON representation
🌟✨ Welcome to our sleek prompt filter tool! 🌟✨ Input items separated by commas to generate buttons for each. Click to copy items to clipboard. Enjoy the clean, dark-themed design! 🌙🔍
- Host: GitHub
- URL: https://github.com/napoii/prompt-filter
- Owner: NapoII
- License: mit
- Created: 2023-03-13T04:31:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T19:07:25.000Z (about 3 years ago)
- Last Synced: 2025-10-28T09:35:43.626Z (8 months ago)
- Topics: prompt, prompt-ai, prompt-engineering, prompt-generator, prompt-toolkit
- Language: HTML
- Homepage: https://napoii.github.io/Prompt-Filter/
- Size: 299 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prompt-Filter
This is an HTML file that creates a web page for a "Prompt Filter" application. The user can enter a list of items separated by commas in an input field, and then click a submit button to filter out unwanted items. The filtered list is displayed in a div element with the id "output".
There are four additional buttons in the application:
- Copy button with the id "copy-btn" that copies the filtered list to the clipboard
- Delete button with the id "delete-btn" that clears the filtered list from the screen
- Save button with the id "save-btn" that saves the filtered list to a file
- Load button with the id "load-btn" that allows the user to select a file to load into the application.
The application is created using HTML, CSS, and JavaScript. It uses the Font Awesome library for the button icons. The creator of the application is Napo_II, as indicated in the footer of the page.
## How to Use
To use Prompt Filter, simply enter items separated by commas into the input field on the page. Once you have entered your items, click the submit button. Prompt Filter will then filter your input and display only the unique items.
In addition to the filtered result, Prompt Filter also offers several options for manipulating your data. You can copy the result to your clipboard, delete the current result, save the result to a file, and load a previously saved result. These options are available via the buttons displayed below the filtered result.
Technologies Used
Prompt Filter is built using HTML, CSS, and JavaScript. The web application uses the Font Awesome icon library for its buttons.
## Running Locally
This application requires Python 3.10.7.
```
git clone https://github.com/NapoII/Prompt-Filter
pip install -r requirements.txt
run Code Prompt-Filter.py
```
## Example


## Lizenz
MIT License
Copyright (c) 2023 NapoII
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE