'How to modify and populate the top menu in a Kivy application

I'm on Mac, but will ultimately want to cross-platform my application. When you run a Kivy app by default it says "Python" in the title bar and has a Window dropdown menu but nothing else. I want to customize these menus, change "Python" to be my application name, and probably create a File Menu (I haven't worked out what actions I would put in this menu yet).

Top Menu

I haven't been able to find any documentation on how to do this with Kivy. I've done it with tkinter, but I'd rather not also include tkinter just to create a basic menu system. What is the right way to go about this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source