You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DemoPrograms/Demo_All_Elements.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,9 @@
11
11
Displays the values dictionary entry for each element
12
12
And more!
13
13
14
-
Copyright 2021-2023 PySimpleSoft, Inc. and/or its licensors. All rights reserved.
14
+
Copyright 2018-2026 PySimpleGUI. All rights reserved.
15
15
16
-
Redistribution, modification, or any other use of PySimpleGUI or any portion thereof is subject to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
17
16
18
-
You may not redistribute, modify or otherwise use PySimpleGUI or its contents except pursuant to the PySimpleGUI License Agreement.
Copy file name to clipboardExpand all lines: DemoPrograms/Demo_All_Elements_Simple.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,9 @@
5
5
6
6
All elements shown in 1 window as simply as possible.
7
7
8
-
Copyright 2022-2023 PySimpleSoft, Inc. and/or its licensors. All rights reserved.
8
+
Copyright 2018-2026 PySimpleGUI. All rights reserved.
9
9
10
-
Redistribution, modification, or any other use of PySimpleGUI or any portion thereof is subject to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
11
10
12
-
You may not redistribute, modify or otherwise use PySimpleGUI or its contents except pursuant to the PySimpleGUI License Agreement.
Copy file name to clipboardExpand all lines: DemoPrograms/Demo_Animated_GIFs.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,9 @@
12
12
The remaining images are shown 1 at a time. To move on to the next image, click the current image.
13
13
If you want to exit before reaching the final image, right click the image and choose 'exit'
14
14
15
-
Copyright 2022-2023 PySimpleSoft, Inc. and/or its licensors. All rights reserved.
15
+
Copyright 2018-2026 PySimpleGUI. All rights reserved.
16
16
17
-
Redistribution, modification, or any other use of PySimpleGUI or any portion thereof is subject to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
18
17
19
-
You may not redistribute, modify or otherwise use PySimpleGUI or its contents except pursuant to the PySimpleGUI License Agreement.
20
18
"""
21
19
22
20
# ---------------------------- Base 64 GIFs ----------------------------
Copy file name to clipboardExpand all lines: DemoPrograms/Demo_Animated_GIFs_Using_PIL.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,9 @@
11
11
this is one possible technique.
12
12
13
13
This particular demo will loop playing the GIF file over and over. To not loop, remove the while True statement.
14
-
Copyright 2020-2023 PySimpleSoft, Inc. and/or its licensors. All rights reserved.
14
+
Copyright 2018-2026 PySimpleGUI. All rights reserved.
15
15
16
-
Redistribution, modification, or any other use of PySimpleGUI or any portion thereof is subject to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
17
16
18
-
You may not redistribute, modify or otherwise use PySimpleGUI or its contents except pursuant to the PySimpleGUI License Agreement.
Copy file name to clipboardExpand all lines: DemoPrograms/Demo_Auto_Save_Window_Position.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,9 @@
11
11
There is one added line of code. When the user attempts to close the window, that's when the position is saved.
12
12
When the program starts, it reads the previously saved position as part of the window creation. User Settings APIs rock!
13
13
14
-
Copyright 2021-2023 PySimpleSoft, Inc. and/or its licensors. All rights reserved.
14
+
Copyright 2018-2026 PySimpleGUI. All rights reserved.
15
15
16
-
Redistribution, modification, or any other use of PySimpleGUI or any portion thereof is subject to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
17
16
18
-
You may not redistribute, modify or otherwise use PySimpleGUI or its contents except pursuant to the PySimpleGUI License Agreement.
19
17
"""
20
18
21
19
layout= [[sg.Text('Window that Auto-saves position', font='_ 25')],
Copy file name to clipboardExpand all lines: DemoPrograms/Demo_Bar_Chart.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,9 @@
13
13
To make things a little more interesting, this is a barchart with that data values
14
14
placed as labels atop each bar, another Graph element method (draw_text)
15
15
16
-
Copyright 2022-2023 PySimpleSoft, Inc. and/or its licensors. All rights reserved.
16
+
Copyright 2018-2026 PySimpleGUI. All rights reserved.
17
17
18
-
Redistribution, modification, or any other use of PySimpleGUI or any portion thereof is subject to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
19
18
20
-
You may not redistribute, modify or otherwise use PySimpleGUI or its contents except pursuant to the PySimpleGUI License Agreement.
Copy file name to clipboardExpand all lines: DemoPrograms/Demo_Base64_Image_Encoder.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,9 @@
8
8
input: folder with .png .ico .gif 's
9
9
output: output.py file with variables
10
10
11
-
Copyright 2023 PySimpleSoft, Inc. and/or its licensors. All rights reserved.
11
+
Copyright 2018-2026 PySimpleGUI. All rights reserved.
12
12
13
-
Redistribution, modification, or any other use of PySimpleGUI or any portion thereof is subject to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
14
13
15
-
You may not redistribute, modify or otherwise use PySimpleGUI or its contents except pursuant to the PySimpleGUI License Agreement.
Copy file name to clipboardExpand all lines: DemoPrograms/Demo_Base64_Single_Image_Encoder.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,9 @@
19
19
Input: a single image file
20
20
Output: clipboard will contain the Base64 Byte String of the source image
21
21
22
-
Copyright 2021-2023 PySimpleSoft, Inc. and/or its licensors. All rights reserved.
22
+
Copyright 2018-2026 PySimpleGUI. All rights reserved.
23
23
24
-
Redistribution, modification, or any other use of PySimpleGUI or any portion thereof is subject to the terms of the PySimpleGUI License Agreement available at https://eula.pysimplegui.com.
25
24
26
-
You may not redistribute, modify or otherwise use PySimpleGUI or its contents except pursuant to the PySimpleGUI License Agreement.
0 commit comments