Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 676 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 676 Bytes

Binchecker

Simple python script to check credit/debit card information using the first 6 digits!

Installation

For Windows:

  1. Download python 3.x
  2. During the installation add python to your path, how to ?
  3. python -m pip install requests
  4. python -m pip install prettytable

For Linux/Unix:

  1. No problems, python already installed.
  2. python3 -m pip install requests
  3. python3 -m pip install prettytable

Usage

python bin.py or python bin.py 45717360

alt text

License

MIT