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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for credit_card_info_generator-1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95d9586dc9f8a0ee3bdea01aae292533474d1c6b9f82d1fb54c9058618e8b8ec |
|
MD5 | b547ef78f6c8fa91a911ed3c7fed61de |
|
BLAKE2b-256 | 6086dc0b3baa12bb38e1c925257973ff3e9f8de7fc8160315d98eeacba44cd0b |
Hashes for credit_card_info_generator-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 320ec2dd34d623b35fedb65bd39cd8106f148fa9969b4456477ae34b0fb16b33 |
|
MD5 | 9cf8919b0184484ecc1278770cef0511 |
|
BLAKE2b-256 | f15f87fc82973cafae54fdf55937dd73b235354044fb832f090de36362815a23 |