Forum Archive

Launchers

ihf

Has anyone written any Launchers besides the one meant to be used as a Widget (in Examples)?

cvp

@ihf If you speak of launcher of any app, I use Launcher

cvp

@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.

Drizzel

@cvp wow, that’s interesting. How do you add another Button to the toolbar?

cvp

@Drizzel Initially from a @JonB script

ihf

@cvp is your launcher script available somewhere?

FarmerPaco

This looks really interesting. Would love to try it. Is there a package on github to download?

cvp

On GitHub here but has obviously bugs, sorry for that but I did not plan to share it 😅

dnino99

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.