Skip to content

Blazing fast Python Credit Card ๐Ÿ’ณ Validator using Luhn Algorithm ๐Ÿš€

License

Notifications You must be signed in to change notification settings

subhajeet2107/pycard-validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

pycard-validator

A simple python module to implement credit card number validation using Luhn Algorithm.

Build Status PyPI - Python Version PyPI version PyPI license

Installation

Install in your project with pip:

pip install pycard-validate

Usage

An example use:

from pycardvalidator.validator import pycvalid
result = pycvalid.validate('4111 1111 1111 1111')

License

MIT license. See LICENSE.md for more information.

About

Blazing fast Python Credit Card ๐Ÿ’ณ Validator using Luhn Algorithm ๐Ÿš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published