-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8854b71
commit a8fbf09
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# π³ Credit Card Validator | ||
> This python package is inspired by [Luhn](https://github.com/amm834/luhn). | ||
Luhn is a `Python` Package that can validate Credit Card. | ||
|
||
# Content | ||
- [π³ Credit Card Validator](#-credit-card-validator) | ||
- [Content](#content) | ||
- [Installation](#installation) | ||
- [Uses](#uses) | ||
- [Troubleshooting](#troubleshooting) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
# Installation | ||
```bash | ||
python -m pip install luhn | ||
``` | ||
|
||
# Uses | ||
You can use `validate` function passing credit card number as `string`. | ||
|
||
# Troubleshooting | ||
Create an issue upon your error that is associated with this project. | ||
|
||
# Contributing | ||
Feel free to fork and create pull requests. Your contribution will be appreciated. | ||
|
||
# License | ||
This project is licensed under [BSD License](LICENSE). |