-
gregory.pease.280
Piggybacking on the other voice input thread... is it possible? I can tell siri to open pythonista but I have no idea if I can tell her to open and run a certain script.... I have a dream, and that dream is me ordering pizzas with one button click and a single voice command.
-
-
gregory.pease.280
Hey all, I'm still pretty new to Pythonista and I've been reading all the documentation I can get my hands on but I still have a couple of questions:
1. What's the easiest way I can browse the images that are built into the PIL library?- What's the easiest way to import files or grab filepaths from other apps?
Thanks!
-
gregory.pease.280
Wow, I have no clue how I missed that -__- thanks!
-
gregory.pease.280
I don't know about a dialogue box (I'm currently working on a simple GUI so maybe I can whip one out sometime in the next week)... what I would consider looking into is creating an html page and run it on localhost. You still do all the processing in python but you get all the prettiness of the web. I've never done it before but it should be doable and maybe even easy.
Best of luck!