## Building an iOS Workflow App
One thing I used to do a lot on my Mac was to build small apps inside Keyboard Maestro which would help me accomplish really tedious shit. That’s something which is considerably harder to do on iOS β requiring you either use [Pythonista](https://itunes.apple.com/us/app/pythonista-3/id1085978097?mt=8&uo=4&at=1l3v36d), and thus learn Python, or use [Workflow](https://itunes.apple.com/us/app/workflow-powerful-automation/id915249334?mt=8&uo=4&at=1l3v36d) and deal with a clunky UI and a limited tool set.
*I’m not bitter, I’m just disappointed.*
Still, I wanted to build one of these little apps this past week β both to see if I could actually build it, and secondly to help me out with a fun little idea I had. The idea was very simple: I have three different lists of things and I want to be given a random items off of the specified list. Nothing earth shattering, and something I could easily do on my Mac.
You must be a member to read the rest of this content.