Login Register


Is this possible to code? filter_list
Author
Message
RE: Is this possible to code? #14
(05-05-2016, 04:44 AM)meow Wrote: Save this code in a Python file and run it through CMD (you can change the file name to whatever) -
Code:
f = open('lololol.txt','a') site = raw_input("Website and/or app that these credentials are for: ") ue = raw_input("Username and/or email: ") p = raw_input("Password: ") f.write(site+"\t"+ue+":"+p+"\n") f.close()

http://prntscr.com/b0famy

When I run this the way you say, it opens cmd, then instantly closes it back out. Is there a small part of coding missing?

Reply





Messages In This Thread
Is this possible to code? - by Endgame - 05-05-2016, 04:30 AM
RE: Is this possible to code? - by sleaze - 05-05-2016, 04:40 AM
RE: Is this possible to code? - by meow - 05-05-2016, 04:44 AM
RE: Is this possible to code? - by Endgame - 05-05-2016, 04:58 AM
RE: Is this possible to code? - by meow - 05-05-2016, 06:03 AM
RE: Is this possible to code? - by Endgame - 05-25-2016, 11:32 AM
RE: Is this possible to code? - by insidious - 05-05-2016, 06:53 AM
RE: Is this possible to code? - by Endgame - 05-05-2016, 07:51 AM
RE: Is this possible to code? - by Inori - 05-05-2016, 11:37 AM
RE: Is this possible to code? - by bl4ck_c0d3 - 05-06-2016, 03:46 PM
RE: Is this possible to code? - by Sans - 05-06-2016, 04:10 PM
RE: Is this possible to code? - by bl4ck_c0d3 - 05-06-2016, 05:59 PM
RE: Is this possible to code? - by lux - 05-06-2016, 05:38 PM
RE: Is this possible to code? - by Endgame - 05-14-2016, 10:08 AM



Users browsing this thread: 1 Guest(s)