Hey so I made this small python programm that can make a small form.
```import time
from sys import argv
script, filename = argv
script, file = argv
script, iput_file = argv
i = 0
target = open(filename, ‘w’)
presentation
print “”“
Welcome to… \n
|||||||||||||||||||||||
|||Form_creator_2015|||
|||||||||||||||||||||||
”“”
asking for users input…
method = raw_input(“What method, POST or GET?? \n>>”)
action = raw_input(“URL for the action: \n>>”)
name = raw_input(“What do you want to send?? \n>>”)
print “What is the ”, name, “ value?? ”
value = raw_input(“>>”)
print
time.sleep(5)
writing to document….
line1
target.write(‘
\n’)
line2
target.write(‘\n’)
line3
target.write(‘\n
’)
finih
print “Done :) thx for using”```
Please tell me what you think about it and what should I add to it :D
You can use this to finish a few levels
Download link