This program demonstrates how a credit card number validator could be implemented in another project. It checks for basic security features for major credit card issuers that are currently active and use the Luhn Algorithm for validation.
The script checks for input length, input type (digit), issuing network IIN ranges and Luhn algorithm validity.
- Clone the repository
- Install requirements using
pip install -r requirements.txt
- Run the script using
python main.py