From 61bfc8970c4b30e908cf2cd80712f8957af71d55 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 10 Aug 2020 18:55:32 -0400 Subject: Where do you want to go today? --- menu.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'menu.py') diff --git a/menu.py b/menu.py index d132259..d15d34e 100755 --- a/menu.py +++ b/menu.py @@ -25,9 +25,7 @@ root.attributes('-fullscreen', True) root.title("Startup GUI") root['background']='#4d4d4d' print("RPi Menu Copyright (C) 2020 Andrew Lee\nThis program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\nThis is free software, and you are welcome to redistribute it\nunder certain conditions; type `show c' for details.\n") - print("Starting Startup GUI") - print("Tkinter Version:" , tkinter.TkVersion) # Variables @@ -66,7 +64,7 @@ def launchKodi(): # Labels varWelcome = StringVar() labelWelcome = Label( root, textvariable=varWelcome, font=labelFont, bg="#4d4d4d", fg="white") -varWelcome.set("Welcome to Raspberry Pi OS!\nWhere do you want to go?\n") +varWelcome.set("Welcome to Raspberry Pi OS!\nWhere do you want to go today?\n") varCopyright = StringVar() labelCopyright = Label( root, textvariable=varCopyright, font=labelFont, bg="#4d4d4d", fg="white") -- cgit v1.2.3