A Python program that generates fake information such as a name, phone number, credit/debit card (number, cvv, experation date, card brand, etc.), and so on. This is recommended to be used when you are gving away information to some one suspicous (ex. scammers).
Clone this repository:
Install the required Python Package(s): Windows:
- pip install -r requirements.txt
Linux:
- pip3 install -r requirements.txt
Generate the fake information:
Windows:
- python main.py
Linux:
- python3 main.py
Use this for when some one suspicous is asking for your information. I am not responsible for any illegal activity done with this program.