I have written a python script that takes a text file and reorganizes the information in the file. It takes out certain pieces of information and moves others. So basically it converts it. I want the simplest possible web interface that people can visit. On this interface there is a button to upload a your file then the interface runs this script on it and puts the output file on a new page or the same one for viewing or download. What would be the easiest way to do this? Should I look into Django? I feel like this is so basic that I almost don't need a web framework. I am basically just looking for some good keywords to google for this or other resources. What would this tool be called in web-lingo? Would a framework (django, ect.) help me out that much or is there a way to just basically have an html upload form that calls the python script?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
While you could use raw WSGI (the newer way) or Python's They're all pretty simple to set up and get started with. |
||||
|
Utility Mill makes this kind of utility packaging very easy. |
|||
|
|