An open API service indexing awesome lists of open source software.

https://github.com/fizzywhizbang/cc-creator_validator

Credit Card Creator and Validator
https://github.com/fizzywhizbang/cc-creator_validator

creditcardnumber-generator faker pyqt5 python39

Last synced: 2 months ago
JSON representation

Credit Card Creator and Validator

Awesome Lists containing this project

README

          

# CC-Creator_Validator
!!! Important note
These are not real credit card numbers
These are only for testing ECommerce applications


# Python Version
Built with Python 3.9

# install
pip install -r requirements.txt

# To run the GUI
python3 cc.py
or
chmod u+x cc.py
./cc.py

# To run the command line
python3 ccgen.py
or
chmod u+x ccgen.py
./ccgen.py

# The validator
The validator is command line only unless someone really needs it as a GUI
python3 validator.py "ccnumber"
or
chmod u+x validator.py
./validator.py "ccnumber"

Enjoy
Buy Me A Coffee