Skip to main content

Credit Card Info Generator is a Python package designed to create realistic dummy credit card data. It's a handy tool for developers who need to test payment systems, verify eCommerce applications, or any situation where real credit card data is not necessary or desirable.It supports a variety of card providers and generates corresponding credit card numbers, CVVs, and expiry dates.

Project description

💳 Credit Card Info Generator

This is a simple, yet powerful Python 🐍 package for generating realistic dummy credit card data. It's a handy tool for developers who need to test payment systems, verify eCommerce applications, or any situation where real credit card data is not necessary or desirable.

Check out our Credit Card Generator for more information!

🚀 Installation

Install the package with pip using the following command:

pip install credit_card_info_generator

⚙️ Usage

from credit_card_info_generator import generate_credit_card

# Generate a Visa card
card = generate_credit_card('Visa')

# Print the card details
print(card)

🏦 Supported Card Types

The package currently supports the generation of the following card types:

  • American Express
  • Bankcard
  • China T-Union
  • China UnionPay
  • Diners Club enRoute
  • Diners Club International
  • Diners Club United States & Canada
  • Discover Card
  • UkrCard
  • RuPay
  • InterPayment
  • InstaPayment
  • JCB
  • Mastercard
  • Laser
  • Maestro (UK)
  • Maestro
  • Dankort
  • Mir
  • BORICA
  • NPS Pridnestrovie
  • Solo
  • Switch
  • Troy
  • Visa
  • Visa Electron
  • UATP
  • Verve
  • LankaPay
  • UzCard
  • Humo
  • GPN

👥 Contributing

Pull requests are welcome! 👍 For major changes, please open an issue first to discuss what you would like to change.

📜 License

This project is licensed under the MIT License.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

credit_card_info_generator-1.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

credit_card_info_generator-1.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page