RE: Is this possible to code? 05-25-2016, 11:32 AM
#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?
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)