In the following example there are 2 Screens: SettingsScreen and MenuScreen
Using the first button, on the current screen will change your screen to the other screen.
Here is the code:
from kivy.app import App
from kivy.lang import Builder
from kivy.uix.screenmanager import ScreenManager, Scr...