Skip to content

Sneezedip/paypal-receipt-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

PayPal Receipt Generator

Discord

Demo Screenshot

Generate PayPal-style receipts in multiple languages and currencies.
Customizable, responsive, and perfect for demos, educational, or testing purposes.


Features

  • 🧾 PayPal-style HTML receipt output
  • 🌍 Multi-language: English, Portuguese, Egyptian Arabic (RTL)
  • 💱 Multi-currency: USD, EUR, GBP, EGP, BRL, and more
  • ✏️ Customizable transaction details
  • 📱 Responsive and print-friendly
  • 🚨 Clearly marked as FAKE for educational/demo use

Usage

  1. Run the generator:

    python main.py
  2. Customize:

    • Edit the parameters in main.py to set name, email, amount, recipient, currency, and language.

Example

create_paypal_receipt_html(
    name="John Doe",
    email="john@example.com",
    amount=100.00,
    recipient="Jane Smith",
    transaction_type="Payment",
    currency="USD",   # Try "USD", "EUR", "GBP", "EGP", "BRL"
    lang="en"         # Try "en", "pt", or "ar-eg"
)

Supported Languages

  • English (en)
  • Portuguese (pt)
  • Egyptian Arabic (ar-eg)

Supported Currencies

  • USD, EUR, GBP, EGP, BRL (easy to add more!)

Disclaimer

This tool is for educational, demonstration, and testing purposes only.
All receipts are clearly marked as fake and should not be used for fraudulent or deceptive activities.
The author does not hold any responsibility for the bad use of this tool


Contributing

Pull requests and suggestions are welcome!

About

Generate PayPal-style receipts in multiple languages and currencies. Customizable, responsive, and perfect for demos, educational, or testing purposes.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages