diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 18:55:32 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 18:55:32 -0400 |
| commit | 61bfc8970c4b30e908cf2cd80712f8957af71d55 (patch) | |
| tree | 58213c8044de808d917ecf806efcdce5b0a1e813 /menu.py | |
| parent | 550bb286de0f8b508fed530372768116ff90a16d (diff) | |
| download | RPi-Menu-61bfc8970c4b30e908cf2cd80712f8957af71d55.tar.gz RPi-Menu-61bfc8970c4b30e908cf2cd80712f8957af71d55.tar.bz2 RPi-Menu-61bfc8970c4b30e908cf2cd80712f8957af71d55.zip | |
Where do you want to go today?
Diffstat (limited to 'menu.py')
| -rwxr-xr-x | menu.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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") |
