Skip to content

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

License

Notifications You must be signed in to change notification settings

KTN1990/bin-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages