-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPasswordmanger.py
More file actions
46 lines (23 loc) · 961 Bytes
/
Copy pathPasswordmanger.py
File metadata and controls
46 lines (23 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
QOT = input("[Apple , Google , discord(dis) , FaceBook , Roblox ] \n")
if QOT in ("Apple", "apple"):
print ("US = ammar.batea@gmail.com \nPass = Anas@yasser123")
elif QOT == "Google":
print ("US = ammar.batea@gmail.com \nPass = Anas@yasser123")
elif QOT == "discord":
print ("US = ammar.batea1@gmail.com \nPass = Ammar1234@Ammar")
print ("US = ammar.batea1@gmail.com \nPass = Ammar1234@Ammar")
elif QOT == "FaceBook":
print ("US = yasser.batea1@gmail.com \nPass = Ammar123456a")
elif QOT == "Roblox":
S2 = input("\n[ammarysser10 , Andrew_Tate776 , Ohio_Ex , Saffa_Ragab]\n")
if S2 == "ammarysser10":
print("\nPASS = Ammaryb1234")
elif S2 == "Andrew_Tate776":
print("\nPASS = Hi Andrew Tate..BREATHE AIR")
elif S2 == "Ohio_Ex":
print("\nPASS = Ammar1234@A")
elif S2 == "Saffa_Ragab":
print("\nPASS = saffa156")
else:
print("WE do NOt CaRE")
print('\n')