Skip to content

Commit 72ba95c

Browse files
authored
Update README.md
1 parent 020f019 commit 72ba95c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
# py-info-generator
22
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).
3+
4+
# Instructions
5+
6+
Clone this repository:
7+
* git clone https://github.com/ParamonPlay2205/py-info-generator/
8+
9+
Install the required Python Package(s):
10+
Windows:
11+
* pip install -r requirements.txt
12+
13+
Linux:
14+
* pip3 install -r requirements.txt
15+
16+
Generate the fake information:
17+
18+
Windows:
19+
* python main.py
20+
21+
Linux:
22+
* python3 main.py
23+
24+
# Disclaimer
25+
Use this for when some one suspicous is asking for your information. I am not responsible for any illegal activity done with this program.

0 commit comments

Comments
 (0)