Deepseek Tools Prompts
Deepseek Tools Prompts
Deepseek Tools Prompts
I want to create a WordPress plugin named "Loan EMI Calculator" that helps users
calculate their monthly loan EMI. The plugin should have a shortcode [emi_calculator] to
embed it on any page.
Features Required:
• Input Fields: Loan Amount (₹), Interest Rate (%) (Annual), Loan Tenure (Years or
Months)
• A "Calculate EMI" button that computes the EMI instantly
• Use the EMI formula: EMI = [P × R × (1+R)^N] / [(1+R)^N – 1], where P = Loan
Amount, R = Monthly Interest Rate (Annual Rate / 12 / 100), N = Loan Tenure (in
months)
• Display the results: Monthly EMI, Total Interest Payable, Total Amount Payable
(Loan + Interest)
• Use AJAX to calculate results dynamically without page refresh
• Modern user-friendly UI with proper spacing
• Use FontAwesome icons for better visual appeal
• Proper CSS styling with css/style.css and JavaScript js/script.js
• The plugin should enqueue scripts properly using wp_enqueue_scripts
Code Requirements:
I want to create a WordPress plugin named "GST Calculator India" that helps users
calculate GST on products/services. The plugin should have a shortcode [gst_calculator]
to display the calculator on any page.
Features Required:
• Input Fields: Original Price (₹), GST Rate (%) (Dropdown with options: 5%, 12%,
18%, 28%)
• A "Calculate GST" button to instantly compute the GST amount
• Formula: GST Amount = (Original Price * GST Rate) / 100, Final Price = Original
Price + GST Amount
• Output Display: GST Amount (₹), Total Price After GST, CGST & SGST Breakdown
for intra-state transactions
• Use AJAX for dynamic calculation without page refresh
• Modern UI with FontAwesome icons
• Provide proper CSS styling in css/style.css and interactivity with js/script.js
• Properly enqueue styles and scripts using wp_enqueue_scripts
Code Requirements:
I want to create a WordPress plugin named "Word Counter & Read Time Calculator" that
helps users count words and estimate reading time. The plugin should have a shortcode
[word_counter] to display it anywhere on a page.
Features Required:
I want to create a WordPress plugin named "Age Calculator" that allows users to calculate
their current age based on their Date & Time of Birth. The plugin should include a
shortcode [age_calculator] to embed it anywhere on a WordPress page.
Features Required:
• Input Field where users can select Date & Time of Birth using a modern Date-Time
Picker
• A "Calculate Age" button that, when clicked, will:
◦ Calculate and display years, months, days, hours, minutes, and seconds
dynamically
◦ Show the age result without page refresh using AJAX
• Display Format: Your Age: XX Years, XX Months, XX Days, XX Hours, XX Minutes,
XX Seconds
• The Date Picker must include decade selection so users can easily pick their birth
year (e.g., 1990-2000, 2000-2010)
• The tool should be responsive and mobile-friendly with an attractive UI
• Include FontAwesome icons for better visuals
• Use AJAX-based calculation so that users don't need to refresh the page
• Proper CSS styling with css/style.css and interactivity with js/script.js
• Enqueue styles and scripts properly using wp_enqueue_scripts
Code Requirements:
Use Case: Fetch and download HD thumbnails from any YouTube video URL.
Features:
✔ Enter YouTube Video Link
✔ Show Thumbnail in HD
✔ Download Button for image
Use Case: Generates trending hashtags for Instagram posts based on keywords.
Features:
✔ Enter Keyword (e.g., fitness, travel)
✔ Fetch Trending Hashtags
✔ Copy All Button
Use Case: Generate QR codes for links, text, contact details, or WiFi passwords.
Features:
✔ Input URL, Text, Contact
✔ Generate Downloadable QR Code
✔ Custom Color & Size
______________________________________________________________________
In the same way, you can ask ChatGPT or Deepseek to generate more helpful tool
ideas that you can use on your WordPress website for better user experience.
Please do like the video Tools Website Tutorial & subscribe me on YouTube: https://
youtube.com/@saddamkassim. Good Luck!