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.
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.
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
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