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
- Host: GitHub
- URL: https://github.com/fizzywhizbang/cc-creator_validator
- Owner: fizzywhizbang
- License: gpl-3.0
- Created: 2021-01-05T21:10:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T21:24:09.000Z (over 4 years ago)
- Last Synced: 2024-12-29T20:18:22.430Z (about 1 year ago)
- Topics: creditcardnumber-generator, faker, pyqt5, python39
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
