How to "select file" with Python script? . Google App Engine . Python .

Posted by draconisthe0ry on Stack Overflow See other posts from Stack Overflow or by draconisthe0ry
Published on 2014-05-30T09:19:35Z Indexed on 2014/05/30 9:24 UTC
Read the original article Hit count: 187

I'm trying to create an online application for a python function i have created. in my script, i input the path of my file for the computer (input_path = '/users/user/desktop/input.txt') but i'm not sure how to go about this using Google App Engine .

I have the choice between 3 templates: flask, django, and bottle . I really do believe this question is relevant for people transitioning from scripts to web-based applications. Do I need to incorporate GUI stuff from Tkinter or something?

There has to be a way to simply select a file to use for the input path in an interactive way using python scripts

© Stack Overflow or respective owner

Related posts about python

Related posts about django