Python script launcher...

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
jedie
Posts: 252
Joined: Fri Jan 29, 2016 12:32 pm
Contact:

Python script launcher...

Post by jedie » Thu Oct 04, 2018 7:23 am

Is there somewhere a "Python script launcher" ? Something like "Kivy Launcher" Android App?

Such a launcher is of course only useful for devices with a display and some buttons.

I'm currently work on something like this for ODROID-GO. A early, experimental stage is here: https://github.com/jedie/PyOdroidGo

The "launcher" stuff is in: https://github.com/jedie/PyOdroidGo/blob/master/menu.py

Post Reply