RE: Is this possible to code? 05-06-2016, 05:38 PM
#11
Uninstall your brain bru
| Is this possible to code? filter_list | |
(05-06-2016, 04:10 PM)Sans Wrote: Ruby on Rails has nothing to do with PHP in any way, meaningful or otherwise. You'd have to learn Ruby (a whole different language!) in order to work with Rails.
(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