An open API service indexing awesome lists of open source software.

https://github.com/sudo-self/python-cc-generator

CC Generator written in python. Demonstrating MOD 10 using Python
https://github.com/sudo-self/python-cc-generator

Last synced: about 1 year ago
JSON representation

CC Generator written in python. Demonstrating MOD 10 using Python

Awesome Lists containing this project

README

          

## A BASIC PYTHON SCRIPT TO GENERATE CCs

This script implements the Luhn algorithm (also called modulo 10 or mod 10)

GRAB THE LATEST VERSION HERE

https://www.python.org/downloads/

### INSTALLATION

git clone https:// github.com/ sudo-self/ Python-CC-Generator.git

cd Python-CC-Generator

### EXECUTION

python3 card.py

select how many you wish to generate typing 1-9

press enter to generate the CC

### EXAMPLE

CARD NUMBER | MONTH | YEAR | CVV

5221580123067467|04|2026|066

***** I REPEAT THIS IS FOR CODING PURPOSES ONLY AM NOT RESPONSIBLE FOR ABUSE OF THIS TOOL *****

![image](https://user-images.githubusercontent.com/119916323/226253980-33f4b6d2-1d71-432a-8bb3-e5bf515edd6f.png)


BUILD TEMPLATE .PDF IN REPO