Skip to main content

Credit Card Validator and Generator

Project description

💳 CCVAG

This python package is inspired by Luhn and Panify.

CCVAG stands for Credit Card Validator and Generator.

Content

Installation

python -m pip install ccvag

Uses

After Installation process, you can import validator or generator from ccvag.

from ccvag import validator, generator

# Validate the credit card
print(validator('4242424242424242'))

# Generate the credit cards
# First Arg - must be the first-sixth number which you might choose to enter by yourself
# Second Arg - would be the count which the function will generate
print(generator('424242', 50))

Troubleshooting

Create an issue upon your error that is associated with this project.

Contributing

Feel free to fork and create pull requests. Your contribution will be appreciated.

License

This project is licensed under BSD License.

Project details


Download files

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

Source Distribution

ccvag-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

ccvag-0.1.1-py3-none-any.whl (4.5 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