Has anyone written any Launchers besides the one meant to be used as a Widget (in Examples)?
Forum Archive
Launchers
@ihf If you speak of launcher of any app, I use Launcher
@ihf If you speak about a launcher of Pythonista scripts, I use my own program, started at Pythonista startup building a button in the toolbar.

@cvp wow, that’s interesting. How do you add another Button to the toolbar?
@Drizzel Initially from a @JonB script
@cvp is your launcher script available somewhere?
This looks really interesting. Would love to try it. Is there a package on github to download?
On GitHub here but has obviously bugs, sorry for that but I did not plan to share it 😅
I use Pythonista every day to run my personal Task Launcher which I have created with Pythonista and HTML. Pythonista has its own built in Localhost web server which runs HTML locally and seamlessly on my iphone. I encourage you to learn HTML using Pythonista and develop your own personal task launcher. Happy trails.