Skip to content

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).

Notifications You must be signed in to change notification settings

PYP2205/py-info-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-info-generator

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).

Instructions

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

Disclaimer

Use this for when some one suspicous is asking for your information. I am not responsible for any illegal activity done with this program.

About

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).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages