Skip to main content

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:

  • Write tests if applicable

  • Update the README file if needed

  • Update the documentation if needed

  • Add yourself to the AUTHORS file

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

ccard-0.2.0.tar.gz (896.0 kB view hashes)

Uploaded Source

Built Distribution

ccard-0.2.0-py3-none-any.whl (905.2 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