credit card generator
Project description
ccard
Fake credit-card generator is a Python 3 Package for TESTING PURPOSES AND DATA VERIFICATION ONLY! Instead of using a real credit card this tool will help you generate a vaild credit card numbers Giving you the option to generate the following type of credit card
Visa
Discover
Master Card
American Express
Installation
The script is available on PyPI. To install with pip:
pip install ccard
Usage
credit-card generator can be used as a command line utility or imported as a Python package.
Command Line Usage
To use the script from the command line: the defualt value is Visa .. code-block:: bash
$ ccard 4916232538105515
Python Package Usage
Here are examples of all current features:
>>> import ccard
>>> ccard.visa()
4485610834415848
>>> ccard.discover()
6011017754491148
>>> ccard.mastercard()
5179703192884719
>>> ccard.americanexpress()
374300139079794
License
This project is released under an MIT License.
Contributing
Please file bugs to the Github issue tracker. Pull requests are welcome.
Hacking and Pull Requests
Opening your pull request sooner will allow others to comment on it sooner.
A checklist of things to remember when making a feature:
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
Built Distribution
File details
Details for the file ccard-0.2.0.tar.gz
.
File metadata
- Download URL: ccard-0.2.0.tar.gz
- Upload date:
- Size: 896.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8481d3b1038937b59ad4603d987b6df03e07a7c1ac9ae0df759ef884a96fe22d |
|
MD5 | 13a1b6f091815fe0c5f087e6f65c457d |
|
BLAKE2b-256 | de5bf42fd1c74b3ff3304003ca43138ce9a5b29d9e65ee5ae36b288e74afed42 |
File details
Details for the file ccard-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: ccard-0.2.0-py3-none-any.whl
- Upload date:
- Size: 905.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5faa93ccbd91aec51266a034c027aea39acbefe5be2434afbab11902098d7a19 |
|
MD5 | 6e13b440f81aedd768cb208f43736134 |
|
BLAKE2b-256 | e74d383e58599ebc0b2d14df9f820e9f5795783d410edbfec8ffe75fd3034c86 |