Credit Card Validator and Generator
Project description
💳 CCVAG
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
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
ccvag-0.1.1.tar.gz
(3.4 kB
view hashes)
Built Distribution
ccvag-0.1.1-py3-none-any.whl
(4.5 kB
view hashes)