From 61f4e96a4ec38e8e9b14155682afb2bf24d235b1 Mon Sep 17 00:00:00 2001 From: Alan Moore Date: Thu, 17 Feb 2022 09:47:56 -0600 Subject: [PATCH 1/7] Errata fix --- Chapter01/banana_survey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter01/banana_survey.py b/Chapter01/banana_survey.py index 2587caf..1f62e6c 100644 --- a/Chapter01/banana_survey.py +++ b/Chapter01/banana_survey.py @@ -120,7 +120,7 @@ plantain_yes_inp.pack(side='left', fill='x', ipadx=10, ipady=5) plantain_no_inp.pack(side='left', fill='x', ipadx=10, ipady=5) plantain_label.grid(row=6, columnspan=2, sticky=tk.W) -plantain_frame.grid(row=7, columnspan=2, stick=tk.W) +plantain_frame.grid(row=7, columnspan=2, sticky=tk.W) # Sticky on all sides will allow the widget to fill vertical and horizontal banana_haiku_label.grid(row=8, sticky=tk.W) From fc6e650a9589dc22b86bf8b7739ca19ad87d5873 Mon Sep 17 00:00:00 2001 From: packtutkarshr <48279450+packtutkarshr@users.noreply.github.com> Date: Thu, 26 May 2022 16:54:16 +0530 Subject: [PATCH 2/7] add $10 campaign --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a93dd87..4d5c41b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ +## [Get this title for $10 on Packt's Spring Sale](https://www.packt.com/B17578?utm_source=github&utm_medium=packt-github-repo&utm_campaign=spring_10_dollar_2022) +----- +For a limited period, all eBooks and Videos are only $10. All the practical content you need \- by developers, for developers + # Python-GUI-Programming-with-Tkinter-2E Python GUI Programming with Tkinter 2E.Published by Packt From 0636b3adbb588fd506b1ba07303048785ff1c268 Mon Sep 17 00:00:00 2001 From: packtutkarshr <48279450+packtutkarshr@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:03:33 +0530 Subject: [PATCH 3/7] remove $10 campaign --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4d5c41b..a93dd87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,2 @@ -## [Get this title for $10 on Packt's Spring Sale](https://www.packt.com/B17578?utm_source=github&utm_medium=packt-github-repo&utm_campaign=spring_10_dollar_2022) ------ -For a limited period, all eBooks and Videos are only $10. All the practical content you need \- by developers, for developers - # Python-GUI-Programming-with-Tkinter-2E Python GUI Programming with Tkinter 2E.Published by Packt From f0545091f0f024d55a2776dbe67936ca0dffd028 Mon Sep 17 00:00:00 2001 From: Packt-ITService <62882280+Packt-ITService@users.noreply.github.com> Date: Wed, 26 Oct 2022 07:48:47 +0100 Subject: [PATCH 4/7] add free ebook notification --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a93dd87..253ef91 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # Python-GUI-Programming-with-Tkinter-2E Python GUI Programming with Tkinter 2E.Published by Packt +### Download a free PDF + + If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.
+

https://packt.link/free-ebook/9781801815925

\ No newline at end of file From 215a887909703ef1d8f26d1e7666d13f30ac5612 Mon Sep 17 00:00:00 2001 From: Packt-ITService <62882280+Packt-ITService@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:46:03 +0530 Subject: [PATCH 5/7] add free ebook notification --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 253ef91..94e49cb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ + +### Get this product for $5 + +Packt is having its biggest sale of the year. Get this eBook or any other book, video, or course that you like just for $5 each + + +

[Buy now](https://packt.link/9781801815925)

+ + +

[Buy similar titles for just $5](https://subscription.packtpub.com/search)

+ + # Python-GUI-Programming-with-Tkinter-2E Python GUI Programming with Tkinter 2E.Published by Packt ### Download a free PDF From 35ada812c7b6dbab91ff5f9f307e0897f86051b9 Mon Sep 17 00:00:00 2001 From: Packt-ITService <62882280+Packt-ITService@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:34:57 +0530 Subject: [PATCH 6/7] add free ebook notification From 4181e585fa5cec414122e34f2003a96791f0e3d5 Mon Sep 17 00:00:00 2001 From: Packt-ITService <62882280+Packt-ITService@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:30:32 +0530 Subject: [PATCH 7/7] remove 5$ campaign - 2022 --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 94e49cb..8cec661 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,4 @@ -### Get this product for $5 - -Packt is having its biggest sale of the year. Get this eBook or any other book, video, or course that you like just for $5 each - - -

[Buy now](https://packt.link/9781801815925)

- - -

[Buy similar titles for just $5](https://subscription.packtpub.com/search)

# Python-GUI-Programming-with-Tkinter-2E