

Im trying to turn a raspberry pi into an alexa using this tutorial Īfter running sudo bash setup.sh config.json

I don't really need a web application, just something purely local. I thought it would be a good idea to use something like Flask/Django but the more I researched these frameworks the more it seemed like this was unnecessary for my use case. The problem is I've never actually built a GUI before, I'm still very new to programming.Ĭan someone help me with suggestions on where to look, how to start, and good tools to help me accomplish this task and/or tutorials to follow? Then I can select my two files, click submit, and it will pass those two documents as arguments to "main.py" and output what I need. I'm looking to build a GUI with two file upload options and a "submit" button. Instead of doing this I thought it would be much easier to bundle everything into a GUI that way I only have to click a button on the GUI and it will run my script for me. Usually I go into the command line, cd into the directory, and start spending a few long seconds typing out my prompt.Įx: "main.py /user/documents/doc1 user/documents/doc2" I have a python script, main.py, that takes two arguments (doc1, doc2). I'm looking for any suggestions or a "how to start" to get me on the right path.
